Revert "snappyHexMesh: Changed the default for the writing of pointLevels and cellLevels files in the polyMesh directory"

This reverts commit 799db4d958.
This commit is contained in:
Henry Weller
2019-02-12 09:41:00 +00:00
parent c59c82ac0e
commit 682caa71b1
3 changed files with 6 additions and 6 deletions

View File

@ -94,11 +94,12 @@ namespace Foam
>::names[] =
{
"mesh",
"refinement",
"noRefinement",
"scalarLevels",
"layerSets",
"layerFields"
};
}
const Foam::NamedEnum<Foam::meshRefinement::IOdebugType, 5>
@ -2892,7 +2893,7 @@ void Foam::meshRefinement::write
write();
}
if (writeFlags & WRITEREFINEMENT)
if (writeFlags && !(writeFlags & NOWRITEREFINEMENT))
{
meshCutter_.write();
surfaceIndex_.write();