Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
7964ebe6
Commit
7964ebe6
authored
Apr 05, 2013
by
laurence
Browse files
REVERT: Remove orientAll from orientedSurface
parent
8f99627c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/triSurface/orientedSurface/orientedSurface.C
View file @
7964ebe6
...
...
@@ -575,19 +575,4 @@ bool Foam::orientedSurface::orient
}
bool
Foam
::
orientedSurface
::
orientAll
(
triSurface
&
s
)
{
if
(
orientConsistent
(
s
))
{
Info
<<
"Some triangles are not oriented consistently. Aborting."
<<
endl
;
return
false
;
}
labelList
flipState
(
s
.
size
(),
FLIP
);
return
flipSurface
(
s
,
flipState
);
}
// ************************************************************************* //
Write
Preview
Markdown
is supported
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