Skip to content
Snippets Groups Projects
Commit e90b5804 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[MeL] Fixed quad edge direction

parent c90c4291
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ const unsigned QuadRule8::edge_nodes[4][3] = {
{0, 1, 4}, // Edge 0
{1, 2, 5}, // Edge 1
{2, 3, 6}, // Edge 2
{0, 3, 7} // Edge 3
{3, 0, 7} // Edge 3
};
} // end namespace MeshLib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment