TS++ library: time series library

◆ TSXX_debug

#define TSXX_debug (   C,
  N,
 
)
Value:
if (C) { \
std::cerr << "DEBUG (" << N << ", " \
<< __FILE__ << " line #" << __LINE__ << "):" << std::endl \
<< " " << M << std::endl; \
std::cerr.flush(); \
}

produce debug output

Parameters
Coutput will be generated if C == true
Nname of function
Mmessage to print

Definition at line 51 of file debug.h.

Referenced by ts::ipo::LinearInterpolator::LinearInterpolator(), ts::filter::make_any_filter(), ts::filter::make_filter(), ts::ipo::LinearInterpolator::operator()(), ts::filter::FilterCollection::operator()(), ts::operator<<(), ts::operator>>(), ts::tapers::ovtaper::Picks::read(), and ts::ipo::resample().