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

◆ debug() [2/2]

void datrw::oanystream::debug ( const bool &  debug)
inline

set debug mode

Definition at line 101 of file writeany.h.

References datrw::odatstream::debug(), and odatstream().

101 { this->odatstream().debug(debug); }
datrw::odatstream & odatstream()
Definition: writeany.h:88
bool debug()
indicate debug mode
Definition: datwrite.h:145
bool debug()
indicate debug mode
Definition: writeany.h:99
Here is the call graph for this function: