diff options
-rw-r--r-- | core/fitter.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fitter.hpp b/core/fitter.hpp index b9d3995..cafc2f0 100644 --- a/core/fitter.hpp +++ b/core/fitter.hpp @@ -709,7 +709,7 @@ namespace opt_utilities std::cerr<<"Param unfound!"<<std::endl;
assert(false);
throw param_not_found();
- return null_param;
+ //return null_param;
}
@@ -810,7 +810,7 @@ namespace opt_utilities }
// assert(false);
throw param_not_found();
- return -1;
+ //return (size_t)-1;
}
|