removed unused code

This commit is contained in:
T.Alderighi 2020-02-03 16:45:49 +01:00
parent 683c8ceed6
commit 1d37c9a85b
1 changed files with 0 additions and 9 deletions

View File

@ -724,15 +724,6 @@ void FlipEdge(FaceType &f, const int z)
assert( g->V2(w) != f.V1(z) );
assert( g->V2(w) != f.V2(z) );
int fi1 = f.FFi(f.Next(z));
FaceType* fp1 = f.FFp(f.Next(z));
int gi1 = g->FFi(g->Next(w));
FaceType* gp1 = g->FFp(g->Next(w));
// FaceType* fp2 = f.FFp(f.Next(z));
f.V1(z) = g->V2(w);
g->V1(w) = f.V2(z);