STYLE: isoSurfaceCell: removed unused code

This commit is contained in:
mattijs
2011-07-28 13:49:03 +01:00
parent 1b26f41bd5
commit 9aa38a4d87

View File

@ -955,13 +955,6 @@ Foam::triSurface Foam::isoSurfaceCell::stitchTriPoints
for (label oldTriI = 0; oldTriI < nTris; oldTriI++)
{
labelledTri oldTri
(
rawPointI,
rawPointI+1,
rawPointI+2,
0
);
labelledTri tri
(
triPointReverseMap[rawPointI],