ENH: isoSurface: additional debug message

This commit is contained in:
mattijs
2017-09-21 09:12:16 +01:00
parent e23999e5da
commit 76c68c884f

View File

@ -894,6 +894,9 @@ Foam::triSurface Foam::isoSurface::stitchTriPoints
// Check that enough merged. // Check that enough merged.
if (debug) if (debug)
{ {
Pout<< "isoSurface : merged from " << triPoints.size()
<< " down to " << newPoints.size() << " unique points." << endl;
pointField newNewPoints; pointField newNewPoints;
labelList oldToNew; labelList oldToNew;
bool hasMerged = mergePoints bool hasMerged = mergePoints