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
Nektar
Nektar
Commits
1d88e170
Commit
1d88e170
authored
Jun 30, 2017
by
Julian Marcon
Browse files
Swap vertices in inverted triangles
parent
7702eef3
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/NekMeshUtils/MeshElements/Triangle.cpp
View file @
1d88e170
...
...
@@ -105,6 +105,7 @@ Triangle::Triangle(ElmtConfig pConf,
{
if
(
sum
>
0.0
)
{
swap
(
m_vertex
[
1
],
m_vertex
[
2
]);
reverse
(
m_edge
.
begin
(),
m_edge
.
end
());
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment