ENH: snappyHexMesh: message

This commit is contained in:
mattijs
2017-12-13 12:45:06 +00:00
parent 994138aa40
commit 3a4bbd7935

View File

@ -1881,12 +1881,7 @@ Foam::label Foam::snappyRefineDriver::directionalShellRefine
// Stop when no cells to refine or have done minimum necessary
// iterations and not enough cells to refine.
if (nCellsToRefine == 0)
{
//Info<< "Not refining direction " << dir
// << " since too few cells selected." << nl << endl;
}
else
if (nCellsToRefine > 0)
{
if (debug)
{