From e4d207d6b6f242d08274c46ae78a764716cfe37f Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@math.fu-berlin.de>
Date: Tue, 24 Oct 2017 15:38:28 +0200
Subject: [PATCH] Don't try to use private members..

---
 dune/subgrid/subgrid/subgridintersection.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/subgrid/subgrid/subgridintersection.hh b/dune/subgrid/subgrid/subgridintersection.hh
index 179d05e..f8cef36 100644
--- a/dune/subgrid/subgrid/subgridintersection.hh
+++ b/dune/subgrid/subgrid/subgridintersection.hh
@@ -88,7 +88,7 @@ class SubGridLeafIntersection :
 
     // The type of the actual local geometry implementation
     typedef SubGridLocalGeometry<dim-1, dimworld, GridImp> LocalGeometryImpl;
-    using ctype = Base::ctype;
+    using ctype = typename GridImp::ctype;
 
     using Base::insideIntersect_;
 
-- 
GitLab