mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: isoSurfaceCell: removed unused code
This commit is contained in:
@ -955,13 +955,6 @@ Foam::triSurface Foam::isoSurfaceCell::stitchTriPoints
|
|||||||
|
|
||||||
for (label oldTriI = 0; oldTriI < nTris; oldTriI++)
|
for (label oldTriI = 0; oldTriI < nTris; oldTriI++)
|
||||||
{
|
{
|
||||||
labelledTri oldTri
|
|
||||||
(
|
|
||||||
rawPointI,
|
|
||||||
rawPointI+1,
|
|
||||||
rawPointI+2,
|
|
||||||
0
|
|
||||||
);
|
|
||||||
labelledTri tri
|
labelledTri tri
|
||||||
(
|
(
|
||||||
triPointReverseMap[rawPointI],
|
triPointReverseMap[rawPointI],
|
||||||
|
|||||||
Reference in New Issue
Block a user