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 --- misc/bootstrap.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') 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(); for(size_t i=0;i