Skip to content
Snippets Groups Projects
Commit 30f4684f authored by Tom Fischer's avatar Tom Fischer
Browse files

[MeL/Elements] Make edge_nodes consistent.

parent a616cc77
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ const unsigned QuadRule4::edge_nodes[4][2] = ...@@ -23,7 +23,7 @@ const unsigned QuadRule4::edge_nodes[4][2] =
{0, 1}, // Edge 0 {0, 1}, // Edge 0
{1, 2}, // Edge 1 {1, 2}, // Edge 1
{2, 3}, // Edge 2 {2, 3}, // Edge 2
{0, 3} // Edge 3 {3, 0} // Edge 3
}; };
double QuadRule4::computeVolume(Node const* const* _nodes) double QuadRule4::computeVolume(Node const* const* _nodes)
......
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