aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-09-19 14:15:43 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-09-19 14:15:43 +0000
commitbfac5eac232e00e2cbb50f1ce9de3c6a1a6d18b7 (patch)
tree0af4bab14a8450049d595f31f45f8cde944f2d05 /core
parent6ec6b9f69b44b03363381210ed635cb3798d7413 (diff)
downloadopt-utilities-bfac5eac232e00e2cbb50f1ce9de3c6a1a6d18b7.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@215 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'core')
-rw-r--r--core/fitter.hpp4
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;
}