aboutsummaryrefslogtreecommitdiffstats
path: root/error_estimator/error_estimator.hpp
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-05-03 15:55:18 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-05-03 15:55:18 +0000
commit12868a2786ec1346d5a0a43c68b772515eb9a163 (patch)
treecc8beed5958bec2f9cace63647bcf04d718ebb2a /error_estimator/error_estimator.hpp
parent65cfe455aae323a274ef6e504e7c452076039bbc (diff)
downloadopt-utilities-12868a2786ec1346d5a0a43c68b772515eb9a163.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@192 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'error_estimator/error_estimator.hpp')
-rw-r--r--error_estimator/error_estimator.hpp4
1 files changed, 2 insertions, 2 deletions
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<Ty,Tx,Tp,Tstr>(pname);
}
- catch(const param_modifier_undefined&)
+ catch(const param_modifier_not_defined&)
{
fit.set_param_modifier(freeze_param<Ty,Tx,Tp,Tstr>(pname));
}