From 6b75b93fcd3ec7e1cbac36495254d18ee4a52b7f Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Sat, 23 Apr 2016 22:20:35 +0200
Subject: [PATCH] [PL] fixed macro name

---
 ProcessLib/LocalAssemblerTraits.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ProcessLib/LocalAssemblerTraits.h b/ProcessLib/LocalAssemblerTraits.h
index c2d8dfed112..f577c369c89 100644
--- a/ProcessLib/LocalAssemblerTraits.h
+++ b/ProcessLib/LocalAssemblerTraits.h
@@ -211,7 +211,7 @@ public:
 } // namespace detail
 
 
-#ifndef EIGEN_DYNAMIC_SHAPE_MATRICES
+#ifndef OGS_EIGEN_DYNAMIC_SHAPE_MATRICES
 
 template<typename ShpPol, unsigned NIntPts, unsigned NodalDOF, unsigned Dim>
 using LocalAssemblerTraits = detail::LocalAssemblerTraitsFixed<ShpPol, NIntPts, NodalDOF, Dim>;
-- 
GitLab