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

◆ reportseries()

template<class C >
void reportseries ( const C &  out,
const C &  in 
)

Definition at line 95 of file binarytest.cc.

References datrw::hpmo::dump().

Referenced by main().

96 {
97  cout << "written to file:" << endl;
98  ::aff::dump(out);
99  cout << "read from file:" << endl;
100  ::aff::dump(in);
101  cout << "residual:" << endl;
102  ::aff::dump(out-in);
103 }
void dump(std::ostream &os, const SampleBlock &block)
dump one block of samples
Definition: readhpmo.cc:161
Here is the call graph for this function:
Here is the caller graph for this function: