mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-18 15:27:05 +01:00
DoubleModel: infinite recursion in model call fixed
This commit is contained in:
@ -89,7 +89,7 @@ double DoubleModel::operator()(const vector<double> &arg,
|
||||
|
||||
double DoubleModel::operator()(const double *data, const double *par) const
|
||||
{
|
||||
return (*this)(data, par);
|
||||
return f_(data, par);
|
||||
}
|
||||
|
||||
// model bind //////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user