diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-09-22 13:58:01 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-09-22 13:58:01 +0000 |
commit | 4a34d65aefa1f2f3e2f8268c5b0a918ed3f04a67 (patch) | |
tree | 13c4597a31ed5287725c547e9f2393c61d278d6e /core | |
parent | bfac5eac232e00e2cbb50f1ce9de3c6a1a6d18b7 (diff) | |
download | opt-utilities-4a34d65aefa1f2f3e2f8268c5b0a918ed3f04a67.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@216 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'core')
-rw-r--r-- | core/fitter.hpp | 2 |
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;
}
|