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
Jennifer Ryan
Nektar
Commits
ab28ef27
Commit
ab28ef27
authored
Mar 15, 2017
by
Browse files
quad fix
parent
cd0a4b03
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/NekMeshUtils/MeshElements/Quadrilateral.cpp
View file @
ab28ef27
...
...
@@ -105,6 +105,7 @@ Quadrilateral::Quadrilateral(ElmtConfig pConf,
if
(
sum
>
0.0
)
{
reverse
(
m_edge
.
begin
(),
m_edge
.
end
());
swap
(
m_vertex
[
1
],
m_vertex
[
3
]);
}
}
...
...
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