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

◆ set_output_format()

void datrw::su::helper::MyOutputFormat::set_output_format ( std::ostream &  os) const
inline

Definition at line 93 of file sucomanager.cc.

Referenced by datrw::su::helper::operator<<().

94  {
95  os.width(14);
96  os.precision(12);
97  }
Here is the caller graph for this function: