mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: sampledCuttingPlane: compaction of triangle maps
This commit is contained in:
@ -1077,7 +1077,7 @@ Foam::triSurface Foam::isoSurface::stitchTriPoints
|
||||
{
|
||||
// There is no (higher numbered) duplicate triangle
|
||||
label newTriI = newToOldTri.size();
|
||||
newToOldTri.append(triI);
|
||||
newToOldTri.append(triMap[triI]);
|
||||
tris[newTriI] = tris[triI];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user