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
b2f40aec
Commit
b2f40aec
authored
Jan 13, 2012
by
mattijs
Browse files
STYLE: autoLayerDriver: extra comment
parent
2b320a54
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C
View file @
b2f40aec
...
...
@@ -1144,6 +1144,7 @@ void Foam::autoLayerDriver::syncPatchDisplacement
);
// Reset if differs
// 1. take max
forAll
(
syncPatchNLayers
,
i
)
{
if
(
syncPatchNLayers
[
i
]
!=
patchNLayers
[
i
])
...
...
@@ -1174,6 +1175,7 @@ void Foam::autoLayerDriver::syncPatchDisplacement
);
// Reset if differs
// 2. take min
forAll
(
syncPatchNLayers
,
i
)
{
if
(
syncPatchNLayers
[
i
]
!=
patchNLayers
[
i
])
...
...
@@ -2726,7 +2728,7 @@ void Foam::autoLayerDriver::addLayers
Info
<<
"Writing shrunk mesh to "
<<
meshRefiner_
.
timeName
()
<<
endl
;
// See comment in autoSnapDriver why we should not remove meshPhi
// using mesh.clear
Po
ut().
// using mesh.clear
O
ut().
meshRefiner_
.
write
(
...
...
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