diff --git a/vcg/simplex/face/topology.h b/vcg/simplex/face/topology.h index d32ca755..9e0449aa 100644 --- a/vcg/simplex/face/topology.h +++ b/vcg/simplex/face/topology.h @@ -462,7 +462,7 @@ bool FFLinkCondition(FaceType &f, const int z) if(face::IsBorder(f,z) && (cnt==1)) return true; if(!face::IsBorder(f,z) && (cnt==2)) return true; - assert(0); + //assert(0); return false; }