SFF++ library: reading and writing SFF from C++

◆ MyFormat()

sff::helper::MyFormat::MyFormat ( )
inline

Definition at line 50 of file sffverbose.cc.

50  :
51  width(15), precision(4), scientific(true),
52  showpos(true), showpoint(true)
53  { }