Skip to content
Snippets Groups Projects
Commit d6a6e563 authored by Elias Pipping's avatar Elias Pipping
Browse files

Tests: Fix deprecation warning

parent a8bfe818
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ void assemblePQ1RHS(const GridView& gridView, Vector& r, const Function& f)
template<class Intersection>
bool intersectionContainsVertex(const Intersection& i, int vertexInInsideElement)
{
static const int dim = Intersection::dimension;
static const int dim = Intersection::Entity::dimension;
int faceIdx = i.indexInInside();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment