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
0d0777cf
Commit
0d0777cf
authored
May 26, 2015
by
Franjo
Browse files
Added missing reduce
parent
243c27d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
meshLibrary/utilities/octrees/meshOctree/meshOctreeModifier/meshOctreeModifierRefineSelectedBoxes.C
View file @
0d0777cf
...
...
@@ -594,6 +594,9 @@ void meshOctreeModifier::refineSelectedBoxesAndAdditionalLayers
}
# endif
//- find the maximum number of layers
reduce
(
maxNLayers
,
maxOp
<
label
>
());
for
(
label
layerI
=
0
;
layerI
<=
maxNLayers
;
++
layerI
)
{
mapKey
key
(
levelI
,
layerI
);
...
...
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