diff options
-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;
}
|