From 315de7e574c0a2f4c1d7160f94b0826101dc3cd2 Mon Sep 17 00:00:00 2001
From: Norihiro Watanabe <norihiro.watanabe@ufz.de>
Date: Fri, 17 Jun 2016 13:09:03 +0200
Subject: [PATCH] correct macro name USE_LIS

---
 MathLib/LinAlg/GlobalMatrixVectorTypes.h | 2 +-
 MathLib/LinAlg/LinearSolver.cpp          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MathLib/LinAlg/GlobalMatrixVectorTypes.h b/MathLib/LinAlg/GlobalMatrixVectorTypes.h
index a3ddae37971..13d14d4064a 100644
--- a/MathLib/LinAlg/GlobalMatrixVectorTypes.h
+++ b/MathLib/LinAlg/GlobalMatrixVectorTypes.h
@@ -15,7 +15,7 @@
 //
 // Global vector/matrix types and linear solver.
 //
-#if defined(OGS_USE_LIS)
+#if defined(USE_LIS)
 
     #include "MathLib/LinAlg/Eigen/EigenMatrix.h"
     #include "MathLib/LinAlg/Eigen/EigenVector.h"
diff --git a/MathLib/LinAlg/LinearSolver.cpp b/MathLib/LinAlg/LinearSolver.cpp
index f656ae46e46..636cf54b00a 100644
--- a/MathLib/LinAlg/LinearSolver.cpp
+++ b/MathLib/LinAlg/LinearSolver.cpp
@@ -93,7 +93,7 @@ SPECIALIZE_CREATE_LINEAR_SOLVER(Eigen::MatrixXd, Eigen::VectorXd,
 #endif
 
 
-#ifdef OGS_USE_LIS
+#ifdef USE_LIS
 
 #include "MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h"
 
-- 
GitLab