Optional debug output in polyRef

This commit is contained in:
Vuko Vukcevic 2017-10-30 11:11:24 +01:00
parent 58a6946769
commit 993b979617

View file

@ -800,7 +800,11 @@ Foam::label Foam::polyRef::getAnchorLevel(const label faceI) const
}
}
if (debug)
{
// Print out number of points per level
Info<< "nPointsPerLevel: " << nPointsPerLevel << endl;
}
// Find level with maximum number of points
const label maxLevelI = findMax(nPointsPerLevel);