Skip to content
GitLab
Menu
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-plus
Commits
57701da9
Commit
57701da9
authored
Apr 13, 2017
by
mattijs
Browse files
BUG: shm: layerSets gets removed. Fixes
#453
.
parent
c428cfa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/generation/snappyHexMesh/snappyHexMesh.C
View file @
57701da9
...
...
@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2015-201
6
OpenCFD Ltd.
\\/ M anipulation | Copyright (C) 2015-201
7
OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
@@ -660,7 +660,7 @@ void writeMesh
Info
<<
"Writing mesh to time "
<<
meshRefiner
.
timeName
()
<<
endl
;
processorMeshes
::
removeFiles
(
mesh
);
if
(
!
debugLevel
)
if
(
!
debugLevel
&&
!
(
writeLevel
&
meshRefinement
::
WRITELAYERSETS
)
)
{
topoSet
::
removeFiles
(
mesh
);
}
...
...
Write
Preview
Supports
Markdown
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