mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: isoSurface: additional debug message
This commit is contained in:
@ -894,6 +894,9 @@ Foam::triSurface Foam::isoSurface::stitchTriPoints
|
||||
// Check that enough merged.
|
||||
if (debug)
|
||||
{
|
||||
Pout<< "isoSurface : merged from " << triPoints.size()
|
||||
<< " down to " << newPoints.size() << " unique points." << endl;
|
||||
|
||||
pointField newNewPoints;
|
||||
labelList oldToNew;
|
||||
bool hasMerged = mergePoints
|
||||
|
||||
Reference in New Issue
Block a user