![]() |
|
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.
References FlagObsoleteCode, OOMPH_CURRENT_FUNCTION, OOMPH_EXCEPTION_LOCATION, 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.
References FlagObsoleteCode, obsolete(), and oomph::oomph_info.
bool oomph::ObsoleteCode::FlagObsoleteCode = true |
Flag up obsolete parts of the code.
Referenced by obsolete().