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

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

parent 76c68c88
No related merge requests found
...@@ -218,9 +218,9 @@ bool Foam::cuttingPlane::walkCell ...@@ -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;
} }
......
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