1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-23 01:02:02 +01:00

examples/utils build fix

This commit is contained in:
2014-04-07 15:56:53 +01:00
parent 10ca7d1d29
commit 270186f52e
3 changed files with 10 additions and 10 deletions

View File

@ -35,7 +35,7 @@ int main(void)
MinuitMinimizer minimizer;
data.fitAllPoints();
p = data.fit(f, minimizer, init, true, Minimizer::Verbosity::Normal);
p = data.fit(minimizer, init, f);
cout << "a= " << p(0) << " b= " << p(1)
<< " chi^2/ndof= " << p.getChi2PerDof() << endl;