aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-09-22 13:58:01 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-09-22 13:58:01 +0000
commit4a34d65aefa1f2f3e2f8268c5b0a918ed3f04a67 (patch)
tree13c4597a31ed5287725c547e9f2393c61d278d6e
parentbfac5eac232e00e2cbb50f1ce9de3c6a1a6d18b7 (diff)
downloadopt-utilities-4a34d65aefa1f2f3e2f8268c5b0a918ed3f04a67.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@216 ed2142bd-67ad-457f-ba7c-d818d4011675
-rw-r--r--core/fitter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fitter.hpp b/core/fitter.hpp
index cafc2f0..0a861bf 100644
--- a/core/fitter.hpp
+++ b/core/fitter.hpp
@@ -707,7 +707,7 @@ namespace opt_utilities
}
}
std::cerr<<"Param unfound!"<<std::endl;
- assert(false);
+ //assert(false);
throw param_not_found();
//return null_param;
}