mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cuttingPlane: suppress excessive warning message. Fixes #596.
This commit is contained in:
@ -218,9 +218,9 @@ bool Foam::cuttingPlane::walkCell
|
|||||||
{
|
{
|
||||||
WarningInFunction
|
WarningInFunction
|
||||||
<< "Did not find closed walk along surface of cell " << celli
|
<< "Did not find closed walk along surface of cell " << celli
|
||||||
|
<< " at " << mesh.cellCentres()[celli]
|
||||||
<< " starting from edge " << startEdgeI
|
<< " starting from edge " << startEdgeI
|
||||||
<< " in " << nIter << " iterations." << nl
|
<< " in " << nIter << " iterations."
|
||||||
<< "Collected cutPoints so far:" << faceVerts
|
|
||||||
<< endl;
|
<< endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user