STFINV library: seek source wavelet correction filter

◆ exec()

void stfinv::STFEngineFixedWavelet::exec ( )
virtual

Start engine.

Reimplemented from stfinv::STFFourierDomainEngine.

Definition at line 49 of file stfinvfixedstf.cc.

References STFINV_abort.

50  {
51  STFINV_abort("STFEngineFixedWavelet::run not yet implemented");
52  } // void STFEngineFixedWavelet::exec()
#define STFINV_abort(M)
Abort and give a message.
Definition: error.h:147