aboutsummaryrefslogtreecommitdiffstats
path: root/methods
diff options
context:
space:
mode:
Diffstat (limited to 'methods')
-rw-r--r--methods/lbfgs/lbfgs_method.hpp4
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>