◆ ERR() [1/2]
mspass::algorithms::deconvolution::ERR::ERR |
( |
| ) |
|
|
inline |
◆ ERR() [2/2]
mspass::algorithms::deconvolution::ERR::ERR |
( |
const char * |
msg | ) |
|
202{ strncpy(msg, errmsg, 30); }
◆ getmsg() [1/2]
const char * mspass::algorithms::deconvolution::ERR::getmsg |
( |
| ) |
|
◆ 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:
- /home/runner/work/mspass/mspass/cxx/include/mspass/algorithms/deconvolution/dpss.h
- /home/runner/work/mspass/mspass/cxx/src/lib/algorithms/deconvolution/dpss.cc