From 91a9dcce63179ea5b2279b032e9ffa85a29bb479 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Sat, 25 Apr 2009 17:55:36 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@31 ed2142bd-67ad-457f-ba7c-d818d4011675 --- core/fitter.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/fitter.hpp b/core/fitter.hpp index c4bcc51..6e2914f 100644 --- a/core/fitter.hpp +++ b/core/fitter.hpp @@ -694,7 +694,7 @@ namespace opt_utilities return *(this->p_data_set); } - model& model() + model& get_model() { if(p_model==0) { @@ -703,7 +703,7 @@ namespace opt_utilities return *(this->p_model); } - statistic& statistic() + statistic& get_statistic() { if(p_statistic==0) { @@ -712,7 +712,7 @@ namespace opt_utilities return *(this->p_statistic); } - opt_method& method() + opt_method& get_method() { return optengine.method(); } -- cgit v1.2.2