Removed debugging printings in polycoord collapse.

This commit is contained in:
giorgiomarcias 2014-02-15 17:10:56 +00:00
parent b15e3285c2
commit 628fc52a42
1 changed files with 1 additions and 2 deletions

View File

@ -251,6 +251,7 @@ public:
private: private:
struct LCEdge; struct LCEdge;
struct LCVertex; struct LCVertex;
typedef std::set<LCVertex *> LCVertexStar; // define the star of a vertex typedef std::set<LCVertex *> LCVertexStar; // define the star of a vertex
typedef std::set<LCEdge *> LCEdgeStar; // define the set of edges whose star involves a vertex typedef std::set<LCEdge *> LCEdgeStar; // define the set of edges whose star involves a vertex
@ -867,8 +868,6 @@ public:
// go to the next coord // go to the next coord
coords.Next(); coords.Next();
std::cout << resultCode << std::endl;
// increment the mark // increment the mark
mark++; mark++;
if (mark == std::numeric_limits<unsigned long>::max()) { if (mark == std::numeric_limits<unsigned long>::max()) {