removed useless check

This commit is contained in:
Luigi Malomo 2020-01-17 10:51:15 +01:00
parent 33adb164f2
commit 252a67539b
1 changed files with 1 additions and 2 deletions

View File

@ -198,10 +198,9 @@ public:
assert(f->V(f->Prev(z))!=v && (f->V(f->Next(z))==v || f->V((z))==v));
FaceType *nf=f->FFp(z);
int nz=f->FFi(z);
assert(nf->V(nf->Prev(nz))!=v && (nf->V(nf->Next(nz))==v || nf->V((nz))==v));
assert(nf->V(nf->Prev(nz))!=v && (nf->V(nf->Next(nz))==v || nf->V(nz)==v));
f=nf;
z=nz;
assert(f->V(f->Prev(z))!=v && (f->V(f->Next(z))==v || f->V(z)==v));
}
/// Changes vertex maintaining the same face and the same edge