Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ogs
ogs
Compare Revisions
6.4.2...v6.4.2
Commits (1)
[MeL] Fixed quad edge direction
· 426a3841
Christoph Lehmann
authored
Apr 22, 2022
and
Dmitry Yu. Naumov
committed
Apr 27, 2022
426a3841
Hide whitespace changes
Inline
Side-by-side
MeshLib/Elements/QuadRule8.cpp
View file @
426a3841
...
...
@@ -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