Skip to content
Snippets Groups Projects
Commit db94775a authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

remove warning.

parent c9141436
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ buildGeom(const HFaceType & item, int twist, int duneFace )
enum { numVertices = ElementTopo::numVerticesPerFace };
// for all vertices of this face get rotatedIndex
int rotatedALUIndex[ numVertices ];
int rotatedALUIndex[ 4 ];
for (int i = 0; i < numVertices; ++i)
{
// Transform Dune index to ALU index and apply twist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment