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

◆ reportfilled()

void reportfilled ( const datrw::thiesdl1::File f)

Definition at line 50 of file thiesdl1test.cc.

References datrw::thiesdl1::File::isproperlyfilled().

Referenced by main().

51 {
52  cout << "file structure is ";
53  if (!f.isproperlyfilled()) { cout << "NOT "; }
54  cout << "properly filled" << endl;
55 } // void reportfilled(const datrw::thiesdl1::file& f)
bool isproperlyfilled(const bool &throwerrors=false) const
Here is the call graph for this function:
Here is the caller graph for this function: