mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-10 19:20:44 +01: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
|
double DoubleModel::operator()(const double *data, const double *par) const
|
||||||
{
|
{
|
||||||
return (*this)(data, par);
|
return f_(data, par);
|
||||||
}
|
}
|
||||||
|
|
||||||
// model bind //////////////////////////////////////////////////////////////////
|
// model bind //////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user