Namespace for error messages for broken copy constructors and assignment operators. More...
Functions | |
void | broken_assign (const std::string &class_name) |
Issue error message and terminate execution. More... | |
void | broken_copy (const std::string &class_name) |
Issue error message and terminate execution. More... | |
Namespace for error messages for broken copy constructors and assignment operators.
void oomph::BrokenCopy::broken_assign | ( | const std::string & | class_name | ) |
Issue error message and terminate execution.
Definition at line 195 of file oomph_utilities.cc.
References oomph::Global_string_for_annotation::string().
Referenced by oomph::ComplexDampedJacobi< MATRIX >::solve().
void oomph::BrokenCopy::broken_copy | ( | const std::string & | class_name | ) |
Issue error message and terminate execution.
Definition at line 212 of file oomph_utilities.cc.
References oomph::Global_string_for_annotation::string().