diff --git a/tests/models/test_quadrature.cpp b/tests/models/test_quadrature.cpp index c4645d091..06c8839e6 100644 --- a/tests/models/test_quadrature.cpp +++ b/tests/models/test_quadrature.cpp @@ -293,17 +293,7 @@ void testQuadrature() typedef Dune::YaspGrid Grid; typedef Grid::LeafGridView GridView; -#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 4) Grid grid(upperRight, cellRes); -#else - Grid grid( -#ifdef HAVE_MPI - Dune::MPIHelper::getCommunicator(), -#endif - upperRight, // upper right - cellRes, // number of cells - isPeriodic, 0); // overlap -#endif // compute approximate integral auto gridView = grid.leafGridView();