DATRW++ library: seismic data I/O with multiple formats

◆ my_report()

void datrw::thiesdl1::ExceptionRecordWindow::my_report ( ) const
private

Definition at line 86 of file thiesdl1file.cc.

References Mdataline, Mearliest, and Mlatest.

Referenced by report().

86  {
87  std::cerr << " earliest in expected window: " <<
88  this->Mearliest.timestring();
89  std::cerr << " latest in expected window: " <<
90  this->Mlatest.timestring();
91  std::cerr << " DL1 data line: " << this->Mdataline;
92  } // void ExceptionRecordWindow::my_report() const
libtime::TAbsoluteTime Mearliest
Definition: thiesdl1file.h:77
Here is the caller graph for this function: