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

◆ help() [2/2]

void datrw::ogsestream::help ( std::ostream &  os = std::cout)
static

Definition at line 199 of file osffstream.cc.

Referenced by datrw::online_help().

200  {
201  os << "This module writes standard GSE data." << std::endl;
202  os << "Essentially SFF data is written but without normalising"
203  << std::endl;
204  os << "them. Notice that floating point data will by truncated to"
205  << std::endl;
206  os << "integers." << std::endl;
207  } // void ogsestream::help(std::ostream& os=std::cout)
Here is the caller graph for this function: