conv/many suite: convert (m)any seismic data format(s)

◆ operator<<() [2/3]

std::ostream& operator<< ( std::ostream &  os,
const Contiguous chunk 
)

print contiguous chunk definition

Definition at line 71 of file structgapanalysis.cc.

References Contiguous::first, and Contiguous::last.

72 {
73  Gapid id(chunk);
74  os << "chunk of " << id << ":" << "\n";
75  os << chunk.first.timestring() << " - " << chunk.last.timestring();
76  return(os);
77 } // std::ostream& operator<<(std:ostream& os, const Contiguous& chunk)
ID to identify stream.
libtime::TAbsoluteTime first
libtime::TAbsoluteTime last