diff options
author | astrojhgu <astrojhgu@gmail.com> | 2013-01-07 01:20:32 +0800 |
---|---|---|
committer | astrojhgu <astrojhgu@gmail.com> | 2013-01-07 01:20:32 +0800 |
commit | d612b6b17e16042e59e220722dbf64d46f5fd760 (patch) | |
tree | efc89cf0d30df59891c7525149346980eeead37b /core | |
parent | 38e3ce692d5c9f9d12ec0022c609ffafb6dcf213 (diff) | |
download | opt-utilities-d612b6b17e16042e59e220722dbf64d46f5fd760.tar.bz2 |
modified: core/fitter.hpp
Diffstat (limited to 'core')
-rw-r--r-- | core/fitter.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fitter.hpp b/core/fitter.hpp index 801b678..0bd2e2e 100644 --- a/core/fitter.hpp +++ b/core/fitter.hpp @@ -913,7 +913,6 @@ namespace opt_utilities return;
}
}
- std::cerr<<"param "<<pname<<" unfound"<<std::endl;
throw param_not_found();
}
|