Skip to content
Snippets Groups Projects
Commit 38c0382c authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[linear][istlsolverregistry] Remove left-over version checks

parent 60f62837
No related branches found
No related tags found
1 merge request!2007[linear] Remove left-over version checks
......@@ -25,9 +25,6 @@
#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>
......@@ -52,5 +49,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