ENH: Less verbose vertex redistribution.

This commit is contained in:
graham
2011-06-16 17:02:33 +01:00
parent a352fa331f
commit b63c610b48

View File

@ -256,11 +256,11 @@ void Foam::conformalVoronoiMesh::insertPoints
label sizeChange = preDistributionSize - label(points.size()); label sizeChange = preDistributionSize - label(points.size());
if (mag(sizeChange) > 0) // if (mag(sizeChange) > 0)
{ // {
Pout<< " distribution points size change " << sizeChange // Pout<< " distribution points size change " << sizeChange
<< endl; // << endl;
} // }
label totalMagSizeChange = returnReduce label totalMagSizeChange = returnReduce
( (