diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-09-05 18:04:08 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-09-05 18:04:08 +0000 |
commit | 3551a12c430df06f4b31daec5541efcb28e65542 (patch) | |
tree | 30ad95ab4a75934bb976bcdb274f4c6e7cf8efd6 /core | |
parent | 35748cd7ea58c7dce30630d22f51d5d95b0c9ae8 (diff) | |
download | opt-utilities-3551a12c430df06f4b31daec5541efcb28e65542.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@62 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'core')
-rw-r--r-- | core/optimizer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/optimizer.hpp b/core/optimizer.hpp index a6e0106..10cfce9 100644 --- a/core/optimizer.hpp +++ b/core/optimizer.hpp @@ -441,7 +441,7 @@ namespace opt_utilities */ const opt_method<rT,pT>& get_opt_method()const { - if(p_opt_method=0) + if(p_opt_method==0) { throw opt_method_undefined(); } |