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

◆ ds()

Tds& Series::ds ( )
inline

Definition at line 176 of file anyextract.cc.

References Mds, Mselectd, Mselectf, and Mselecti.

Referenced by main().

177  {
178  TFXX_assert(!(Mselecti || Mselectf),
179  "ERROR (Series): other type is already slected!\n"
180  "internal inconsistency to be considered a bug");
181  Mselectd=true;
182  return(Mds);
183  }
Tds Mds
Definition: anyextract.cc:225
bool Mselectf
Definition: anyextract.cc:223
bool Mselecti
Definition: anyextract.cc:219
bool Mselectd
Definition: anyextract.cc:221
Here is the caller graph for this function: