diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-09-19 14:15:43 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-09-19 14:15:43 +0000 |
commit | bfac5eac232e00e2cbb50f1ce9de3c6a1a6d18b7 (patch) | |
tree | 0af4bab14a8450049d595f31f45f8cde944f2d05 /core/fitter.hpp | |
parent | 6ec6b9f69b44b03363381210ed635cb3798d7413 (diff) | |
download | opt-utilities-bfac5eac232e00e2cbb50f1ce9de3c6a1a6d18b7.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@215 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'core/fitter.hpp')
-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;
}
|