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

◆ fs()

Tfs& Series::fs ( )
inline

Definition at line 184 of file anyextract.cc.

References Mfs, Mselectd, Mselectf, and Mselecti.

Referenced by main().

185  {
186  TFXX_assert(!(Mselecti || Mselectd),
187  "ERROR (Series): other type is already slected!\n"
188  "internal inconsistency to be considered a bug");
189  Mselectf=true;
190  return(Mfs);
191  }
bool Mselectf
Definition: anyextract.cc:223
bool Mselecti
Definition: anyextract.cc:219
Tfs Mfs
Definition: anyextract.cc:229
bool Mselectd
Definition: anyextract.cc:221
Here is the caller graph for this function: