diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-25 15:40:41 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-25 15:40:41 +0000 |
commit | 5607bd639f2eae77bd041bb73191766deb38a0bc (patch) | |
tree | 91d6258e60156ffe8c50947b7e3e24d0637eb600 /misc | |
parent | de2b4bb23bf8e10e2a8e98e6455a0f305d61ba60 (diff) | |
download | opt-utilities-5607bd639f2eae77bd041bb73191766deb38a0bc.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@30 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bootstrap.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bootstrap.hpp b/misc/bootstrap.hpp index 5910e92..c58ab1c 100644 --- a/misc/bootstrap.hpp +++ b/misc/bootstrap.hpp @@ -45,7 +45,7 @@ namespace opt_utilities { param_pool.clear(); p_fitter=&pf; - origin_data_set=dynamic_cast<const default_data_set<Ty,Tx>&>(pf.datas()); + origin_data_set=dynamic_cast<const default_data_set<Ty,Tx>&>(pf.get_data_set()); origin_param=pf.get_all_params(); } |