Functions
oomph::BrokenCopy Namespace Reference

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.
 

Detailed Description

Namespace for error messages for broken copy constructors and assignment operators.

Function Documentation

◆ broken_assign()

void oomph::BrokenCopy::broken_assign ( const std::string &  class_name)

Issue error message and terminate execution.

Definition at line 203 of file oomph_utilities.cc.

Referenced by oomph::ComplexDampedJacobi< MATRIX >::solve().

◆ broken_copy()

void oomph::BrokenCopy::broken_copy ( const std::string &  class_name)

Issue error message and terminate execution.

Definition at line 220 of file oomph_utilities.cc.