From 6e3df7e0aa404632865d3e13f5a725c2dcb70170 Mon Sep 17 00:00:00 2001 From: Tobias Leibner <tobias.leibner@googlemail.com> Date: Wed, 11 Jun 2014 12:23:04 +0200 Subject: [PATCH] [tests.operator_reconstructions] use ALUGrid instead of deprecated AluConformGrid --- tests/operator_reconstructions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/operator_reconstructions.cc b/tests/operator_reconstructions.cc index ca392d2d9..e3c46cb13 100644 --- a/tests/operator_reconstructions.cc +++ b/tests/operator_reconstructions.cc @@ -140,7 +140,7 @@ private: // | 2nd we define all arguments the above test structs are to be compiled with | // +----------------------------------------------------------------------------+ -typedef Dune::ALUConformGrid<2, 2> AluConform2dGridType; +typedef Dune::ALUGrid<2, 2, Dune::simplex, Dune::conforming> AluConform2dGridType; typedef typename Dune::GDT::SpaceTools::LeafGridPartView<AluConform2dGridType, true>::Type AluConform2dLeafGridViewType; typedef typename Dune::GDT::SpaceTools::LeafGridPartView<AluConform2dGridType, false>::Type AluConform2dLeafGridPartType; -- GitLab