aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
Diffstat (limited to 'interface')
-rw-r--r--interface/opt.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/opt.cc b/interface/opt.cc
index 51762f5..585d2e9 100644
--- a/interface/opt.cc
+++ b/interface/opt.cc
@@ -19,6 +19,7 @@ struct fit_space
{
fit.set_method(dopt::powell_method());
dopt::chisq cq;
+ dopt::leastsq lsq;
// cq.verbose(true);
fit.set_statistic(cq);
}