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
Development
openfoam
Commits
c4ee992e
Commit
c4ee992e
authored
Nov 13, 2013
by
mattijs
Browse files
BUG: booleanSurface: use local faces
parent
370bccf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.C
View file @
c4ee992e
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
2
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -326,7 +326,7 @@ void Foam::booleanSurface::propagateSide
{
side
[
faceI
]
=
prevState
;
const
labelledTri
&
tri
=
surf
[
faceI
];
const
labelledTri
&
tri
=
surf
.
localFaces
()
[
faceI
];
// Get copy of face labels
label
a
=
tri
[
0
];
...
...
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