Skip to content
Snippets Groups Projects
Commit eba8cce0 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

revert the change in edge node order in Quad

parent 4d4887c1
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ const unsigned TemplateQuad<NNODES, CELLQUADTYPE>::_edge_nodes[4][2] =
{0, 1}, // Edge 0
{1, 2}, // Edge 1
{2, 3}, // Edge 2
{3, 0} // Edge 3
{0, 3} // Edge 3
};
template <unsigned NNODES, CellType CELLQUADTYPE>
......
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