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

◆ writefileheader()

void datrw::osustream::writefileheader ( )
protectedvirtual

Should write file header, but SU does not have one.

Silently return from this function. The Seismic Un*x format does not have a file header.

Reimplemented from datrw::odatstream.

Definition at line 119 of file osustream.cc.

References DATRW_debug, and datrw::odatstream::Mdebug.

120  {
121  DATRW_debug(Mdebug, "osustream::writefileheader()",
122  "empty function; must be provided for consistent interface");
123  } // void osustream::writefileheader()
#define DATRW_debug(C, N, M)
produce debug output
Definition: debug.h:50
bool Mdebug
global debug flag
Definition: datwrite.h:197