|
MsPASS C++ API
2.4.1.dev4+g92330b7a
Defines the C++ API for MsPASS
|
Base error container used by DPSS/LAPACK helper routines. More...
#include <dpss.h>

Public Member Functions | |
| ERR () | |
| ERR (const char *msg) | |
| void | getmsg (char *errmsg) |
| const char * | getmsg () |
Protected Attributes | |
| char | msg [30] |
Base error container used by DPSS/LAPACK helper routines.
This lightweight class stores a short message for numerical helper failures raised while computing discrete prolate spheroidal sequences.
|
inline |
Construct an empty error message.
| mspass::algorithms::deconvolution::ERR::ERR | ( | const char * | msg | ) |
| const char * mspass::algorithms::deconvolution::ERR::getmsg | ( | ) |
| void mspass::algorithms::deconvolution::ERR::getmsg | ( | char * | errmsg | ) |
|
protected |
Fixed-size message buffer used by the original DPSS implementation.