DATRW++ library: seismic data I/O with multiple formats
◆
reportsff()
template<class C >
void reportsff
(
const C &
out
,
const C &
in
)
Definition at line
84
of file
binarytest.cc
.
Referenced by
main()
.
85
{
86
cout <<
"written to file:"
<< endl;
87
::sff::verbose(cout, out);
88
cout <<
"read from file:"
<< endl;
89
::sff::verbose(cout, in);
90
}
Here is the caller graph for this function:
tests
binarytest.cc
Generated on Mon Aug 21 2023 17:36:15 for DATRW++ library: seismic data I/O with multiple formats by
1.8.14