DATRW++ library: seismic data I/O with multiple formats
◆
reportitem()
void datrw::tsoft::Checklist::reportitem
(
std::ostream &
os
,
const char *
tag
,
const bool &
flag
)
static
private
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:
datrw
tsoft
Checklist
Generated on Mon Aug 21 2023 17:36:19 for DATRW++ library: seismic data I/O with multiple formats by
1.8.14