From ff3d217744dc6341e965c8a3f6b3037cd2b2cf3b Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Tue, 3 May 2011 17:15:35 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@193 ed2142bd-67ad-457f-ba7c-d818d4011675 --- methods/gsl_simplex/gsl_simplex.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'methods/gsl_simplex/gsl_simplex.hpp') diff --git a/methods/gsl_simplex/gsl_simplex.hpp b/methods/gsl_simplex/gsl_simplex.hpp index f241205..a8a72d1 100644 --- a/methods/gsl_simplex/gsl_simplex.hpp +++ b/methods/gsl_simplex/gsl_simplex.hpp @@ -69,7 +69,10 @@ namespace opt_utilities return p_fo->eval(x); } - + const char* do_get_type_name()const + { + return "gsl simplex"; + } public: gsl_simplex() :threshold(1e-4) -- cgit v1.2.2