34 if (x < low_ || x > high_)
37 << x <<
" out of range " 38 << low_ <<
" to " << high_ <<
nl 39 <<
" of NonUniformTable " << this->name_
43 const scalar nd = (x - low_)/delta_;
46 label i = jumpTable_[j];
48 if (i < values_.size() - 1 && x > values_[i + 1].first())
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.