[cleanup] Removes unnecessary if clauses for unsupported DUNE versions.

We are targetting DUNE 2.4.* and 2.5.* currently. Therefore this commit removes
the if checks for lower versions to cleanup the code.
This commit is contained in:
Markus Blatt
2017-10-11 16:26:22 +02:00
parent d95b622c75
commit 2bdafdb602
3 changed files with 0 additions and 25 deletions

View File

@@ -163,7 +163,6 @@ BOOST_AUTO_TEST_CASE(BiCGILUTest)
run_test(param);
}
#if defined(HAS_DUNE_FAST_AMG) || DUNE_VERSION_NEWER(DUNE_ISTL, 2, 3)
BOOST_AUTO_TEST_CASE(FastAMGTest)
{
Opm::ParameterGroup param;
@@ -183,7 +182,6 @@ BOOST_AUTO_TEST_CASE(KAMGTest)
run_test(param);
}
#endif
#endif
#if HAVE_PETSC
BOOST_AUTO_TEST_CASE(PETScTest)