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

◆ is()

Tis& Series::is ( )
inline

Definition at line 192 of file anyextract.cc.

References Mis, Mselectd, Mselectf, and Mselecti.

Referenced by main().

193  {
194  TFXX_assert(!(Mselectd || Mselectf),
195  "ERROR (Series): other type is already slected!\n"
196  "internal inconsistency to be considered a bug");
197  Mselecti=true;
198  return(Mis);
199  }
bool Mselectf
Definition: anyextract.cc:223
Tis Mis
Definition: anyextract.cc:227
bool Mselecti
Definition: anyextract.cc:219
bool Mselectd
Definition: anyextract.cc:221
Here is the caller graph for this function: