diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-01 16:09:42 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-01 16:09:42 +0000 |
commit | 4954b5638ced13c2f9d2f0ec4dca77b03f7e89d0 (patch) | |
tree | 142353657c1858f02f9f121c564538257a7da26e /interface | |
parent | 22e026dac6c0a2225e3adb3c9ee336fafaa2e366 (diff) | |
download | opt-utilities-4954b5638ced13c2f9d2f0ec4dca77b03f7e89d0.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@11 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'interface')
-rw-r--r-- | interface/opt.cc | 1 |
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); } |