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

[MaL] reduced include deps

parent c13ceb5d
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
*/ */
#include "AssemblerLib/LocalToGlobalIndexMap.h" #include "AssemblerLib/LocalToGlobalIndexMap.h"
#include "MatrixProviderUser.h"
#include "MatrixVectorTraits.h" #include "MatrixVectorTraits.h"
#ifdef OGS_USE_EIGEN #ifdef OGS_USE_EIGEN
......
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
#include<memory> #include<memory>
#include "MatrixProviderUser.h"
namespace MathLib namespace MathLib
{ {
template<typename Matrix> template<typename Matrix>
struct MatrixVectorTraits; struct MatrixVectorTraits;
struct MatrixSpecifications;
} }
#define SPECIALIZE_MATRIX_VECTOR_TRAITS(MATVEC, IDX) \ #define SPECIALIZE_MATRIX_VECTOR_TRAITS(MATVEC, IDX) \
......
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