Skip to content
Snippets Groups Projects
Commit 6b75b93f authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] fixed macro name

parent 17329ea3
No related branches found
No related tags found
No related merge requests found
...@@ -211,7 +211,7 @@ public: ...@@ -211,7 +211,7 @@ public:
} // namespace detail } // namespace detail
#ifndef EIGEN_DYNAMIC_SHAPE_MATRICES #ifndef OGS_EIGEN_DYNAMIC_SHAPE_MATRICES
template<typename ShpPol, unsigned NIntPts, unsigned NodalDOF, unsigned Dim> template<typename ShpPol, unsigned NIntPts, unsigned NodalDOF, unsigned Dim>
using LocalAssemblerTraits = detail::LocalAssemblerTraitsFixed<ShpPol, NIntPts, NodalDOF, Dim>; using LocalAssemblerTraits = detail::LocalAssemblerTraitsFixed<ShpPol, NIntPts, NodalDOF, Dim>;
......
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