ENH: cuttingPlane: suppress excessive warning message. Fixes #596.

This commit is contained in:
mattijs
2017-09-21 09:14:58 +01:00
parent 76c68c884f
commit dd3be135de

View File

@ -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;
} }