Skip to content
Snippets Groups Projects
Commit 31d2404a authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

we always have dune-istl, drop guards

parent 8a3c33e0
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,7 @@ ...@@ -14,9 +14,7 @@
#include <dune/common/parallel/communicator.hh> #include <dune/common/parallel/communicator.hh>
#if HAVE_DUNE_ISTL #include <dune/istl/owneroverlapcopy.hh>
# include <dune/istl/owneroverlapcopy.hh>
#endif
#include <dune/xt/common/parallel/helper.hh> #include <dune/xt/common/parallel/helper.hh>
...@@ -46,7 +44,7 @@ struct DofCommunicationChooser ...@@ -46,7 +44,7 @@ struct DofCommunicationChooser
}; // struct DofCommunicationChooser }; // struct DofCommunicationChooser
#if HAVE_MPI && HAVE_DUNE_ISTL #if HAVE_MPI
template <class ViewImp> template <class ViewImp>
...@@ -78,7 +76,7 @@ public: ...@@ -78,7 +76,7 @@ public:
}; // struct DofCommunicationChooser< ..., true > }; // struct DofCommunicationChooser< ..., true >
#endif // HAVE_MPI && HAVE_DUNE_ISTL #endif // HAVE_MPI
} // namespace GDT } // namespace GDT
} // namespace Dune } // namespace Dune
......
...@@ -44,7 +44,6 @@ namespace Dune { ...@@ -44,7 +44,6 @@ namespace Dune {
namespace GDT { namespace GDT {
namespace Test { namespace Test {
#if HAVE_DUNE_ISTL
template <class GV> template <class GV>
struct StokesDirichletProblem struct StokesDirichletProblem
...@@ -380,7 +379,6 @@ public: ...@@ -380,7 +379,6 @@ public:
} }
}; // struct StokesTestcase1 }; // struct StokesTestcase1
#endif // HAVE_DUNE_ISTL
} // namespace Test } // namespace Test
} // namespace GDT } // namespace GDT
......
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