Skip to content
Snippets Groups Projects
Commit 688e082e authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/istlsolverfactorybackend-includes' into 'master'

[solverfactorybackend] add version guard around include

See merge request !1943
parents 76b0ce52 5158491f
No related branches found
No related tags found
1 merge request!1943[solverfactorybackend] add version guard around include
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
#define DUMUX_LINEAR_ISTL_SOLVERFACTORYBACKEND_HH #define DUMUX_LINEAR_ISTL_SOLVERFACTORYBACKEND_HH
#include <dune/common/version.hh> #include <dune/common/version.hh>
#if DUNE_VERSION_NEWER_REV(DUNE_ISTL,2,7,1)
#include <dune/common/parallel/mpihelper.hh> #include <dune/common/parallel/mpihelper.hh>
#include <dune/common/parametertree.hh> #include <dune/common/parametertree.hh>
...@@ -43,8 +45,6 @@ ...@@ -43,8 +45,6 @@
#include <dumux/linear/solver.hh> #include <dumux/linear/solver.hh>
#include <dumux/linear/parallelhelpers.hh> #include <dumux/linear/parallelhelpers.hh>
#if DUNE_VERSION_NEWER_REV(DUNE_ISTL,2,7,1)
namespace Dumux { namespace Dumux {
/*! /*!
......
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