From 22993972e31c556ca36bb6258e040b6a790cd862 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Thu, 6 Jan 2011 10:04:28 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@157 ed2142bd-67ad-457f-ba7c-d818d4011675 --- example/test_fitter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/test_fitter.cpp') diff --git a/example/test_fitter.cpp b/example/test_fitter.cpp index a658a6c..718d029 100644 --- a/example/test_fitter.cpp +++ b/example/test_fitter.cpp @@ -44,8 +44,8 @@ int main() { fitter,double,std::string> f; f.set_model(lin1d()); - //f.set_method(powell_method >()); - f.set_opt_method(aga_method >()); + f.set_opt_method(powell_method >()); + //f.set_opt_method(aga_method >()); default_data_set ds; for(int i=0;i<100;++i) -- cgit v1.2.2