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

◆ assertopen()

void datrw::sequentialtracereader::assertopen ( ) const
private

Definition at line 58 of file tracereader.cc.

References DATRW_assert, and Mopen.

Referenced by dseries(), free(), fseries(), good(), hasfree(), hasinfo(), hassrce(), info(), iseries(), last(), providesd(), providesf(), providesi(), skipseries(), srce(), and wid2().

59  {
60  DATRW_assert(this->Mopen,
61  "ERROR (sequentialtracereader): "
62  "a query function was called with no file being open");
63  } // void sequentialtracereader::assertopen() const
#define DATRW_assert(C, M)
Check an assertion and report by throwing an exception.
Definition: error.h:92
Here is the caller graph for this function: