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

◆ report_on_construct_flag() [1/2]

static void datrw::Exception::report_on_construct_flag ( const bool &  flag)
inlinestaticinherited

set report on construct flag

Definition at line 90 of file exception.h.

References datrw::Exception::Mreport_on_construct.

91  { Mreport_on_construct=flag; }
static bool Mreport_on_construct
Shall we print to cerr at construction time?
Definition: exception.h:99