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
Community
integration-cfmesh
Commits
1c4675bb
Commit
1c4675bb
authored
Aug 20, 2014
by
Philippose Rajan
Browse files
Corrected typo in patch addressing
Signed-off-by:
Philippose Rajan
<
sarith@rocketmail.com
>
parent
7aa52897
Changes
1
Hide whitespace changes
Inline
Side-by-side
meshLibrary/utilities/octrees/meshOctree/meshOctreeCreator/meshOctreeCreatorCreateOctreeBoxes.C
View file @
1c4675bb
...
...
@@ -184,7 +184,7 @@ void meshOctreeCreator::setRootCubeSizeAndRefParameters()
labelList
matchedIDs
=
surface
.
findPatches
(
patchNames
[
patchI
]);
forAll
(
matchedIDs
,
matchI
)
{
refPatches
[
counter
]
=
patchRefinement
(
allPatches
[
match
I
],
cs
);
refPatches
[
counter
]
=
patchRefinement
(
allPatches
[
match
edIDs
[
matchI
]
],
cs
);
++
counter
;
}
}
...
...
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