aboutsummaryrefslogtreecommitdiffstats
path: root/core/fitter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fitter.hpp')
-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;
}