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

Merge branch 'fix/linear-version-checks' into 'master'

[linear] Remove left-over version checks

See merge request !2007
parents 60f62837 9d01dc5b
No related branches found
No related tags found
1 merge request!2007[linear] Remove left-over version checks
......@@ -295,6 +295,4 @@ private:
} // end namespace Dumux
#else
#warning "Generic dune-istl solver factory backend needs dune-istl >= 2.7!"
#endif // header guard
......@@ -25,11 +25,7 @@
#ifndef DUMUX_LINEAR_ISTL_SOLVER_REGISTRY_HH
#define DUMUX_LINEAR_ISTL_SOLVER_REGISTRY_HH
#include <dune/common/version.hh>
#if DUNE_VERSION_NEWER_REV(DUNE_ISTL,2,7,1)
#include <dune/istl/common/registry.hh>
#include <dune/istl/solverregistry.hh>
/*!
* \brief Register a Dumux preconditioner
......@@ -52,5 +48,4 @@ struct MultiTypeBlockMatrixDirectSolverTag {};
} // end namespace
} // end namespace Dumux
#endif // DUNE version check
#endif // DUMUX_LINEAR_ISTL_SOLVER_REGISTRY_HH
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