STFINV library: seek source wavelet correction filter

◆ freestfinvengine()

void freestfinvengine ( )

Free the engine.

Definition at line 161 of file stfinv.cc.

References stfinv::capi::Pengine.

Referenced by initstfinvenginewithpairs().

162 {
163  if (stfinv::capi::Pengine != 0) { delete stfinv::capi::Pengine; }
164 } // void freestfinvengine()
stfinv::STFEngine * Pengine
Pointer to engine to work with.
Definition: stfinv.cc:63
Here is the caller graph for this function: