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

◆ ConsistencyCheckControl()

datrw::mseed::ConsistencyCheckControl::ConsistencyCheckControl ( const bool &  fatal,
const bool &  check 
)
inline

Definition at line 66 of file mseed.h.

66  :
67  docheck(fatal), fatal(check) { }
bool fatal
Consequences of check.
Definition: mseed.h:77
bool docheck
Activation of check.
Definition: mseed.h:72