From d7c2ea97978c83289b7e599f9900931f38bec6a1 Mon Sep 17 00:00:00 2001 From: Uli Sack <usack@math.fu-berlin.de> Date: Thu, 2 Aug 2012 14:53:13 +0000 Subject: [PATCH] subgrid does not compile with dune-geometry revision 111 or newer [[Imported from SVN: r377]] --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index b65ef4f..5395c3f 100644 --- a/TODO +++ b/TODO @@ -2,4 +2,7 @@ - Allow host grids with more than one element type - At least in 2.0, the leaf element iterator crashes if the subgrid is empty - Implement SubGridSeed properly +- method Dune::GeometryType::basicType() was removed in Dune 2.3svn but is used in subgrid: + dune-subgrid/dune/subgrid/subgrid/subgridindexstorage.hh:217:36: error: 'const class Dune::GeometryType' has no member named 'basicType' + Find a replacement! -- GitLab