STYLE: snappyHexMesh: unused option

This commit is contained in:
mattijs
2018-07-26 16:55:11 +01:00
parent d7d4a6e834
commit b2be9fa3ff
4 changed files with 52 additions and 53 deletions

View File

@ -878,24 +878,24 @@ int main(int argc, char *argv[])
}
}
// Set output level
{
wordList flags;
if (meshDict.readIfPresent("outputFlags", flags))
{
meshRefinement::outputLevel
(
meshRefinement::outputType
(
meshRefinement::readFlags
(
meshRefinement::outputTypeNames,
flags
)
)
);
}
}
//// Set output level
//{
// wordList flags;
// if (meshDict.readIfPresent("outputFlags", flags))
// {
// meshRefinement::outputLevel
// (
// meshRefinement::outputType
// (
// meshRefinement::readFlags
// (
// meshRefinement::outputTypeNames,
// flags
// )
// )
// );
// }
//}
// for the impatient who want to see some output files:
profiling::writeNow();