Skip to content
Snippets Groups Projects
Commit 15694bdc authored by mattijs's avatar mattijs
Browse files

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

parent 03e64f19
Branches
Tags
No related merge requests found
......@@ -218,9 +218,9 @@ bool Foam::cuttingPlane::walkCell
{
WarningInFunction
<< "Did not find closed walk along surface of cell " << celli
<< " at " << mesh.cellCentres()[celli]
<< " starting from edge " << startEdgeI
<< " in " << nIter << " iterations." << nl
<< "Collected cutPoints so far:" << faceVerts
<< " in " << nIter << " iterations."
<< endl;
return false;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment