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

◆ reportitem()

void datrw::tsoft::Checklist::reportitem ( std::ostream &  os,
const char *  tag,
const bool &  flag 
)
staticprivate

Definition at line 76 of file tsoftreader.cc.

Referenced by report().

79  {
80  os << "tag " << tag << " is";
81  if (!flag) { os << " NOT"; }
82  os << " present" << std::endl;
83  } // static void Checklist::reportitem
Here is the caller graph for this function: