Removed debugging printings in polycoord collapse.
This commit is contained in:
parent
b15e3285c2
commit
628fc52a42
|
@ -251,6 +251,7 @@ public:
|
|||
private:
|
||||
struct LCEdge;
|
||||
struct LCVertex;
|
||||
|
||||
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
|
||||
|
||||
|
@ -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<unsigned long>::max()) {
|
||||
|
|
Loading…
Reference in New Issue