From 6a2bd7ee43f4ab48d06dac9bae6ece0dbcee675d Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Fri, 8 Apr 2016 12:08:26 +0200 Subject: [PATCH] [MaL] reduced include deps --- MathLib/LinAlg/MatrixVectorTraits.cpp | 1 + MathLib/LinAlg/MatrixVectorTraits.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MathLib/LinAlg/MatrixVectorTraits.cpp b/MathLib/LinAlg/MatrixVectorTraits.cpp index d1036ed4347..dceca5ee11c 100644 --- a/MathLib/LinAlg/MatrixVectorTraits.cpp +++ b/MathLib/LinAlg/MatrixVectorTraits.cpp @@ -8,6 +8,7 @@ */ #include "AssemblerLib/LocalToGlobalIndexMap.h" +#include "MatrixProviderUser.h" #include "MatrixVectorTraits.h" #ifdef OGS_USE_EIGEN diff --git a/MathLib/LinAlg/MatrixVectorTraits.h b/MathLib/LinAlg/MatrixVectorTraits.h index 793e6c2bf82..44f9f4892fa 100644 --- a/MathLib/LinAlg/MatrixVectorTraits.h +++ b/MathLib/LinAlg/MatrixVectorTraits.h @@ -12,12 +12,12 @@ #include<memory> -#include "MatrixProviderUser.h" - namespace MathLib { template<typename Matrix> struct MatrixVectorTraits; + +struct MatrixSpecifications; } #define SPECIALIZE_MATRIX_VECTOR_TRAITS(MATVEC, IDX) \ -- GitLab