aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-10-19 16:57:14 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-10-19 16:57:14 +0000
commit056181160ce510e5409886fd7b8884480ae30a27 (patch)
tree72f40838ec5a3488988f25301e05e0ab78b669cc /interface
parenta0d3b74adcc29c22d70da971621dd301727eb695 (diff)
downloadopt-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.cc2
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);