Skip to content
Snippets Groups Projects
Commit 7600adb0 authored by Elias Pipping's avatar Elias Pipping Committed by pipping
Browse files

Fix compilation: GenericReferenceElement is gone for good

[[Imported from SVN: r12953]]
parent 5754772f
No related branches found
No related tags found
No related merge requests found
...@@ -299,8 +299,8 @@ bool intersectionContainsVertex(const Intersection& i, int vertexInInsideElement ...@@ -299,8 +299,8 @@ bool intersectionContainsVertex(const Intersection& i, int vertexInInsideElement
int faceIdx = i.indexInInside(); int faceIdx = i.indexInInside();
const Dune::GenericReferenceElement<double,dim>& refElement const Dune::ReferenceElement<double,dim>& refElement
= Dune::GenericReferenceElements<double, dim>::general(i.inside()->type()); = Dune::ReferenceElements<double, dim>::general(i.inside()->type());
for (int j = 0; j<refElement.size(faceIdx, 1, dim); ++j) for (int j = 0; j<refElement.size(faceIdx, 1, dim); ++j)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment