aboutsummaryrefslogtreecommitdiffstats
path: root/methods
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-29 17:05:01 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-29 17:05:01 +0000
commitfccbe113dfa498dbd2059429605c645087c194c9 (patch)
tree7a889ff5fbcb94ed257ae2f5c58e94392e4a9c4b /methods
parent825baeacf5c0dea444f6e959b4204ec20bbf6bb1 (diff)
downloadopt-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.hpp4
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:
/*