version  0.0.1
Defines the C++ API for MsPASS
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
mspass::algorithms::deconvolution::ERR Class Reference
Inheritance diagram for mspass::algorithms::deconvolution::ERR:
mspass::algorithms::deconvolution::LAPACK_ERROR

Public Member Functions

 ERR (const char *msg)
 
void getmsg (char *errmsg)
 
const char * getmsg ()
 

Protected Attributes

char msg [30]
 

Constructor & Destructor Documentation

◆ ERR() [1/2]

mspass::algorithms::deconvolution::ERR::ERR ( )
inline
10{};

◆ ERR() [2/2]

mspass::algorithms::deconvolution::ERR::ERR ( const char *  msg)
202{ strncpy(msg, errmsg, 30); }

Member Function Documentation

◆ getmsg() [1/2]

const char * mspass::algorithms::deconvolution::ERR::getmsg ( )
204{ return msg; }

◆ getmsg() [2/2]

void mspass::algorithms::deconvolution::ERR::getmsg ( char *  errmsg)
203{ strncpy(errmsg, this->msg, 30); }

The documentation for this class was generated from the following files: