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

◆ skipseries()

void datrw::isacstream::skipseries ( )
virtual

Reimplemented from datrw::idatstream.

Definition at line 91 of file isacstream.cc.

References DATRW_debug, datrw::idatstream::Mdebug, and readheader().

92  {
93  DATRW_debug(this->Mdebug, "isacstream::skipseries()",
94  "entered function: call this->readheader()");
95  this->readheader();
96  DATRW_debug(this->Mdebug, "isacstream::skipseries()",
97  "finished; return from function");
98  }
#define DATRW_debug(C, N, M)
produce debug output
Definition: debug.h:50
Here is the call graph for this function: