Commented out unused variable

This commit is contained in:
Paolo Cignoni 2016-01-30 23:36:10 +00:00
parent ceaa1c7ffb
commit fd9cb58466
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ void VEEdgeCollapse(MeshType &poly, typename MeshType::EdgeType *e0, const int z
if( starVecEp[1] == e0 ) e1 = starVecEp[0];
assert(e1 && (e1!=e0) );
int z0 = (z+1)%2;
//int z0 = (z+1)%2;
int z1 = -1;
if(e1->V(0) == vd) z1=1;
if(e1->V(1) == vd) z1=0;