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

◆ isacstream()

datrw::isacstream::isacstream ( std::istream &  is,
const bool &  debug = false 
)

Definition at line 63 of file isacstream.cc.

63  :
64  Tbase(is, true, true, true, debug)
65  { }
bool debug()
indicate debug mode
Definition: datread.h:116
idatstream Tbase
Definition: sac.h:63