Skip to content
Snippets Groups Projects
Commit 315de7e5 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

correct macro name USE_LIS

parent f173fc1f
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment