diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-10-19 16:57:14 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-10-19 16:57:14 +0000 |
commit | 056181160ce510e5409886fd7b8884480ae30a27 (patch) | |
tree | 72f40838ec5a3488988f25301e05e0ab78b669cc /interface | |
parent | a0d3b74adcc29c22d70da971621dd301727eb695 (diff) | |
download | opt-utilities-056181160ce510e5409886fd7b8884480ae30a27.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@82 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'interface')
-rw-r--r-- | interface/opt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/opt.cc b/interface/opt.cc index 0e2f3b4..1025d60 100644 --- a/interface/opt.cc +++ b/interface/opt.cc @@ -18,7 +18,7 @@ struct fit_space /// dopt::model model; fit_space() { - fit.set_method(dopt::powell_method()); + fit.set_opt_method(dopt::powell_method()); dopt::chisq cq; dopt::leastsq lsq; // cq.verbose(true); |