diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-29 17:05:01 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-29 17:05:01 +0000 |
commit | fccbe113dfa498dbd2059429605c645087c194c9 (patch) | |
tree | 7a889ff5fbcb94ed257ae2f5c58e94392e4a9c4b /methods | |
parent | 825baeacf5c0dea444f6e959b4204ec20bbf6bb1 (diff) | |
download | opt-utilities-fccbe113dfa498dbd2059429605c645087c194c9.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@34 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods')
-rw-r--r-- | methods/powell/linmin.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/methods/powell/linmin.hpp b/methods/powell/linmin.hpp index 5ab5af0..286405a 100644 --- a/methods/powell/linmin.hpp +++ b/methods/powell/linmin.hpp @@ -14,7 +14,9 @@ namespace opt_utilities const pT p1,xi1; const func_obj<rT,pT>* pfoo; func_adaptor(){} - func_adaptor(const func_adaptor&){} + func_adaptor(const func_adaptor&) + :p1(),xi1(),pfoo(0) + {} public: /* |