diff options
author | astrojhgu <astrojhgu@gmail.com> | 2013-01-30 23:00:33 +0800 |
---|---|---|
committer | astrojhgu <astrojhgu@gmail.com> | 2013-01-30 23:00:33 +0800 |
commit | 844950c94bfa87132bef00a698c1ba485602a131 (patch) | |
tree | f722c7dcc31da70edca5b6d71c0ccf6bea3d2db9 /methods/linmin | |
parent | f181503af2c41daa1126062cd44cb4133e0c5d79 (diff) | |
download | opt-utilities-844950c94bfa87132bef00a698c1ba485602a131.tar.bz2 |
0=>NULL_PTR
modified: methods/linmin/linmin.hpp
modified: methods/powell/powell_method.hpp
Diffstat (limited to 'methods/linmin')
-rw-r--r-- | methods/linmin/linmin.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/linmin/linmin.hpp b/methods/linmin/linmin.hpp index ecfd0d6..fe5e58c 100644 --- a/methods/linmin/linmin.hpp +++ b/methods/linmin/linmin.hpp @@ -24,7 +24,7 @@ namespace opt_utilities const func_obj<rT,pT>* pfoo; func_adaptor(){} func_adaptor(const func_adaptor&) - :func_obj<rT,rT>(),p1(),xi1(),pfoo(0) + :func_obj<rT,rT>(),p1(),xi1(),pfoo(NULL_PTR) {} public: |