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 1102 of file oomph_utilities.cc.
References FlagObsoleteCode, oomph::oomph_info, and oomph::Global_string_for_annotation::string().
Referenced by obsolete(), and oomph::Preconditioner::setup().
void oomph::ObsoleteCode::obsolete | ( | const std::string & | message | ) |
Ouput a warning message with a string argument.
Definition at line 1138 of file oomph_utilities.cc.
References FlagObsoleteCode, obsolete(), and oomph::oomph_info.
bool oomph::ObsoleteCode::FlagObsoleteCode = true |
Flag up obsolete parts of the code.
Definition at line 1099 of file oomph_utilities.cc.
Referenced by obsolete().