Namespace for flagging up obsolete parts of the code. More...
Functions | |
void | obsolete () |
Output warning message. More... | |
void | obsolete (const std::string &message) |
Ouput a warning message with a string argument. More... | |
Variables | |
bool | FlagObsoleteCode =true |
Flag up obsolete parts of the code. More... | |
Namespace for flagging up obsolete parts of the code.
void oomph::ObsoleteCode::obsolete | ( | ) |
Output warning message.
Definition at line 1319 of file oomph_utilities.cc.
References oomph::oomph_info, and oomph::Global_string_for_annotation::string().
Referenced by oomph::Preconditioner::setup().
void oomph::ObsoleteCode::obsolete | ( | const std::string & | message | ) |
Ouput a warning message with a string argument.
Definition at line 1358 of file oomph_utilities.cc.
References oomph::oomph_info.
bool oomph::ObsoleteCode::FlagObsoleteCode =true |
Flag up obsolete parts of the code.
Definition at line 1316 of file oomph_utilities.cc.