diff --git a/vcg/complex/algorithms/polygon_polycoord_collapse.h b/vcg/complex/algorithms/polygon_polycoord_collapse.h index f534af89..d7ed1b90 100644 --- a/vcg/complex/algorithms/polygon_polycoord_collapse.h +++ b/vcg/complex/algorithms/polygon_polycoord_collapse.h @@ -251,6 +251,7 @@ public: private: struct LCEdge; struct LCVertex; + typedef std::set LCVertexStar; // define the star of a vertex typedef std::set LCEdgeStar; // define the set of edges whose star involves a vertex @@ -867,8 +868,6 @@ public: // go to the next coord coords.Next(); - std::cout << resultCode << std::endl; - // increment the mark mark++; if (mark == std::numeric_limits::max()) {