mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Less verbose vertex redistribution.
This commit is contained in:
@ -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
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user