From f2792c549a8e162dba614ff07e11250ff94356a6 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Thu, 26 Jan 2017 22:38:54 +0100
Subject: [PATCH] [cleanup] Move linear solver trait multitype matrix to linear
 folder

---
 dumux/linear/CMakeLists.txt                                     | 1 +
 .../linearsolveracceptsmultitypematrix.hh                       | 0
 dumux/mixeddimension/newtoncontroller.hh                        | 2 +-
 3 files changed, 2 insertions(+), 1 deletion(-)
 rename dumux/{mixeddimension => linear}/linearsolveracceptsmultitypematrix.hh (100%)

diff --git a/dumux/linear/CMakeLists.txt b/dumux/linear/CMakeLists.txt
index d2fd63b093..43676c076d 100644
--- a/dumux/linear/CMakeLists.txt
+++ b/dumux/linear/CMakeLists.txt
@@ -3,6 +3,7 @@ install(FILES
 amgbackend.hh
 amgparallelhelpers.hh
 amgproperties.hh
+linearsolveracceptsmultitypematrix.hh
 linearsolverproperties.hh
 pardisobackend.hh
 scotchbackend.hh
diff --git a/dumux/mixeddimension/linearsolveracceptsmultitypematrix.hh b/dumux/linear/linearsolveracceptsmultitypematrix.hh
similarity index 100%
rename from dumux/mixeddimension/linearsolveracceptsmultitypematrix.hh
rename to dumux/linear/linearsolveracceptsmultitypematrix.hh
diff --git a/dumux/mixeddimension/newtoncontroller.hh b/dumux/mixeddimension/newtoncontroller.hh
index 213049ad75..e938fa248f 100644
--- a/dumux/mixeddimension/newtoncontroller.hh
+++ b/dumux/mixeddimension/newtoncontroller.hh
@@ -30,7 +30,7 @@
 #include <dumux/common/exceptions.hh>
 #include <dumux/common/math.hh>
 #include <dumux/linear/seqsolverbackend.hh>
-#include "linearsolveracceptsmultitypematrix.hh"
+#include <dumux/linear/linearsolveracceptsmultitypematrix.hh>
 
 namespace Dumux
 {
-- 
GitLab