Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Community
integration-cfmesh
Commits
483f38e1
Commit
483f38e1
authored
May 26, 2015
by
Franjo
Browse files
Updated triSurfaceRemoveFacets
parent
479160b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
meshLibrary/utilities/triSurfaceTools/triSurfaceRemoveFacets/triSurfaceRemoveFacetsFunctions.C
View file @
483f38e1
...
...
@@ -173,7 +173,7 @@ void triSurfaceRemoveFacets::removeFacets()
bool
foundTriangle
(
false
);
forAllRow
(
edgeFacets
,
eI
,
efI
)
{
if
(
new
Triangle
Label
[
edgeFacets
(
eI
,
efI
)]
>=
0
)
if
(
new
Facet
Label
[
edgeFacets
(
eI
,
efI
)]
>=
0
)
{
foundTriangle
=
true
;
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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