|
TS++ library: time series library
|
| #define TSXX_abort | ( | M | ) | throw( ts::error::Exception ( M , __FILE__, __LINE__ )) |
Abort and give a message.
| M | message of type char* |
| E | exception class to throw |
Definition at line 135 of file error.h.
Referenced by ts::drop::SeriesDropContainer< T >::attach(), ts::tapers::Cosine::psdnorm(), and ts::tapers::FourPoint::psdnorm().