diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-11-04 17:26:48 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-11-04 17:26:48 +0000 |
commit | cfcf2b9fc6b091c6db0997c2dea45b701955a696 (patch) | |
tree | 892b88e4689e5908e149d953d30df26d3695615f /methods | |
parent | 7771f4d41778d9010ee716fe11162bd121836f53 (diff) | |
download | opt-utilities-cfcf2b9fc6b091c6db0997c2dea45b701955a696.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@142 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods')
-rw-r--r-- | methods/lbfgs/lbfgs_method.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/methods/lbfgs/lbfgs_method.hpp b/methods/lbfgs/lbfgs_method.hpp index 112d50e..eecde76 100644 --- a/methods/lbfgs/lbfgs_method.hpp +++ b/methods/lbfgs/lbfgs_method.hpp @@ -1,5 +1,5 @@ -#ifndef BFGS_METHOD -#define BFGS_METHOD +#ifndef LBFGS_METHOD +#define LBFGS_METHOD #define OPT_HEADER #include <core/optimizer.hpp> //#include <blitz/array.h> |