mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
DoubleModel: infinite recursion in model call fixed
This commit is contained in:
parent
b9d7681b76
commit
be3e1b02ba
@ -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 //////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user