aboutsummaryrefslogtreecommitdiffstats
path: root/misc
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 /misc
parent65cfe455aae323a274ef6e504e7c452076039bbc (diff)
downloadopt-utilities-12868a2786ec1346d5a0a43c68b772515eb9a163.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@192 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'misc')
-rw-r--r--misc/bootstrap.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/bootstrap.hpp b/misc/bootstrap.hpp
index 3c9feb4..6059917 100644
--- a/misc/bootstrap.hpp
+++ b/misc/bootstrap.hpp
@@ -119,7 +119,7 @@ namespace opt_utilities
}
else
{
- throw opt_exception("Fitter unset");
+ throw opt_exception("Fitter not_set");
}
}
@@ -173,7 +173,7 @@ namespace opt_utilities
{
if(p_fitter==NULL)
{
- throw fitter_unset();
+ throw fitter_not_set();
}
current_data_set=default_data_set<Ty,Tx>();
for(size_t i=0;i<origin_data_set.size();++i)
@@ -207,7 +207,7 @@ namespace opt_utilities
{
if(p_fitter==NULL)
{
- throw opt_exception("Fitter unset");
+ throw opt_exception("Fitter not_set");
}
if(param_pool.empty())
{