From 046a6a639a794b07ca9b8facf400ba3adff130bb Mon Sep 17 00:00:00 2001
From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de>
Date: Thu, 1 Feb 2018 17:27:05 +0100
Subject: [PATCH] [mpfa-o][staticiv] obtain GridView type from IndexSet traits

---
 .../cellcentered/mpfa/omethod/staticinteractionvolume.hh      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/discretization/cellcentered/mpfa/omethod/staticinteractionvolume.hh b/dumux/discretization/cellcentered/mpfa/omethod/staticinteractionvolume.hh
index 2bf2a9d49b..7456191a35 100644
--- a/dumux/discretization/cellcentered/mpfa/omethod/staticinteractionvolume.hh
+++ b/dumux/discretization/cellcentered/mpfa/omethod/staticinteractionvolume.hh
@@ -65,8 +65,8 @@ private:
     using GridIndexType = typename NI::GridIndexType;
     using LocalIndexType = typename NI::LocalIndexType;
 
-    static constexpr int dim = NI::GridView::dimension;
-    static constexpr int dimWorld = NI::GridView::dimensionworld;
+    static constexpr int dim = NI::Traits::GridView::dimension;
+    static constexpr int dimWorld = NI::Traits::GridView::dimensionworld;
 
     //! Matrix/Vector traits to be used by the data handle
     struct MVTraits
-- 
GitLab