GSE++ library: reading and writing GSE waveforms

◆ report_status()

template<class OP >
void GSE2::waveform::differences::Tdiff_operator< 0, OP >::report_status ( std::ostream &  os) const
inline

report status (for debugging)

Definition at line 267 of file gsexx.h.

268  {
269  os << "operator of order 0 just returns values" << std::endl;
270  }