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. | |
void | broken_copy (const std::string &class_name) |
Issue error message and terminate execution. | |
Namespace for error messages for broken copy constructors and assignment operators.
Issue error message and terminate execution.
Definition at line 203 of file oomph_utilities.cc.
Referenced by oomph::ComplexDampedJacobi< MATRIX >::solve().
Issue error message and terminate execution.
Definition at line 220 of file oomph_utilities.cc.