From 411fedef9da82eb1c155f17a2babab671123c577 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Sun, 8 Nov 2009 16:23:38 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@92 ed2142bd-67ad-457f-ba7c-d818d4011675 --- core/fitter.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/fitter.hpp') diff --git a/core/fitter.hpp b/core/fitter.hpp index bea0d5c..5265385 100644 --- a/core/fitter.hpp +++ b/core/fitter.hpp @@ -936,9 +936,9 @@ namespace opt_utilities /** \return the description of the model */ - Tstr to_string()const + Tstr get_information()const { - return do_to_string(); + return do_get_information(); } @@ -982,7 +982,7 @@ namespace opt_utilities virtual Ty do_eval(const Tx& x,const Tp& p)=0; private: - virtual Tstr do_to_string()const + virtual Tstr do_get_information()const { return Tstr(); } -- cgit v1.2.2