From 12868a2786ec1346d5a0a43c68b772515eb9a163 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Tue, 3 May 2011 15:55:18 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@192 ed2142bd-67ad-457f-ba7c-d818d4011675 --- error_estimator/error_estimator.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'error_estimator') diff --git a/error_estimator/error_estimator.hpp b/error_estimator/error_estimator.hpp index e7a0cc0..8fc8439 100644 --- a/error_estimator/error_estimator.hpp +++ b/error_estimator/error_estimator.hpp @@ -25,7 +25,7 @@ namespace opt_utilities { h.reset(fit.get_param_modifier().clone()); } - catch(const param_modifier_undefined&) + catch(const param_modifier_not_defined&) { h.reset(0); } @@ -78,7 +78,7 @@ namespace opt_utilities } *pfp+=freeze_param(pname); } - catch(const param_modifier_undefined&) + catch(const param_modifier_not_defined&) { fit.set_param_modifier(freeze_param(pname)); } -- cgit v1.2.2