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
9559aac4
Commit
9559aac4
authored
Sep 15, 2008
by
mattijs
Browse files
not compacting patches
parent
f3d9fb59
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/triSurface/triSurface/triSurface.C
View file @
9559aac4
...
...
@@ -634,7 +634,8 @@ surfacePatchList triSurface::calcPatches(labelList& faceMap) const
// Compact regions
// Get last region
label
maxRegion
=
0
;
//label maxRegion = 0; // for compacted regions
label
maxRegion
=
patches_
.
size
()
-
1
;
// for non-compacted regions
if
(
faceMap
.
size
()
>
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