From 8c16389c3a4f9f0dcf43510a7467733cf9e370f1 Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@mi.fu-berlin.de>
Date: Thu, 24 Jan 2013 16:17:39 +0000
Subject: [PATCH] store a copy of the gridview

[[Imported from SVN: r9163]]
---
 dune/gfe/rodfactory.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/gfe/rodfactory.hh b/dune/gfe/rodfactory.hh
index 4084cfae..f89fac2a 100644
--- a/dune/gfe/rodfactory.hh
+++ b/dune/gfe/rodfactory.hh
@@ -159,7 +159,7 @@ template <int dim>
 
 private:
     
-    const GridView& gridView_;
+    const GridView gridView_;
 };
 
 #endif
-- 
GitLab