STFINV library: seek source wavelet correction filter

◆ STFINV_report_assert

#define STFINV_report_assert (   C,
  M,
 
)
Value:
if (!(C)) { \
stfinv::report_violation(M, __FILE__, __LINE__, #C); \
std::cerr << "* comment: " << V << std::endl; \
std::cerr << std::endl; \
std::cerr.flush(); \
}
void report_violation(const char *message, const char *file, const int &line, const char *condition)
report violation of assertion
Definition: error.cc:124

Check an assertion and report only.

Parameters
Cassert condition
Mmessage of type char*
Vany values that should be output (comment) a sequence of values and output operators

Definition at line 164 of file error.h.

Referenced by stfinv::STFEngine::initialize().