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

◆ operator()() [3/3]

std::ostream & datrw::formatmodifiers::ModifierHelp::operator() ( )

Definition at line 189 of file formatmodifier.cc.

References Mos, and Mwidth.

190  {
191  Mos.width(Mwidth);
192  Mos << std::left << std::setfill(' ') << " " << " ";
193  return(Mos);
194  } // std::ostream& ModifierHelp::operator() ()