Skip to content
Snippets Groups Projects
Commit e4d207d6 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Don't try to use private members..

parent 2a922a8b
Branches
No related tags found
No related merge requests found
Pipeline #
...@@ -88,7 +88,7 @@ class SubGridLeafIntersection : ...@@ -88,7 +88,7 @@ class SubGridLeafIntersection :
// The type of the actual local geometry implementation // The type of the actual local geometry implementation
typedef SubGridLocalGeometry<dim-1, dimworld, GridImp> LocalGeometryImpl; typedef SubGridLocalGeometry<dim-1, dimworld, GridImp> LocalGeometryImpl;
using ctype = Base::ctype; using ctype = typename GridImp::ctype;
using Base::insideIntersect_; using Base::insideIntersect_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment