STFINV library: seek source wavelet correction filter

◆ checkseriesindex()

void stfinv::STFBaseEngine::checkseriesindex ( const unsigned int &  i) const
protectedinherited

check for vaid index off additional time series pair

Definition at line 351 of file stfinvbase.cc.

References stfinv::STFBaseEngine::Mpairs, and STFINV_assert.

Referenced by stfinv::STFBaseEngine::convolvedseries(), and stfinv::STFBaseEngine::series().

352  {
353  STFINV_assert(i<Mpairs.size(),
354  "ERROR: series index out of range");
355  }
#define STFINV_assert(C, M)
Check an assertion and report by throwing an exception.
Definition: error.h:140
stfinv::Tvectorofpairs Mpairs
Waveform pairs.
Definition: stfinvbase.h:334
Here is the caller graph for this function: