From 7600adb082ec562ada048156bc3ef8c85615fce1 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Tue, 25 Feb 2014 21:36:25 +0000
Subject: [PATCH] Fix compilation: GenericReferenceElement is gone for good

[[Imported from SVN: r12953]]
---
 dune/solvers/test/common.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dune/solvers/test/common.hh b/dune/solvers/test/common.hh
index 28618540..ad429622 100644
--- a/dune/solvers/test/common.hh
+++ b/dune/solvers/test/common.hh
@@ -299,8 +299,8 @@ bool intersectionContainsVertex(const Intersection& i, int vertexInInsideElement
 
     int faceIdx = i.indexInInside();
 
-    const Dune::GenericReferenceElement<double,dim>& refElement
-        = Dune::GenericReferenceElements<double, dim>::general(i.inside()->type());
+    const Dune::ReferenceElement<double,dim>& refElement
+        = Dune::ReferenceElements<double, dim>::general(i.inside()->type());
 
     for (int j = 0; j<refElement.size(faceIdx, 1, dim); ++j)
     {
-- 
GitLab