diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-02-14 01:56:38 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2012-02-14 01:56:38 (GMT) |
commit | 662da67571db010aeabf179a1bdc2997804a0f43 (patch) | |
tree | 44d40117be86e0ddeb3dbdfaad8e3b7649ef4e82 /src/PolySetCGALEvaluator.cc | |
parent | e747b0bfb52130eb01a02a29585e7688361d5fad (diff) |
fix debug printing
Diffstat (limited to 'src/PolySetCGALEvaluator.cc')
-rw-r--r-- | src/PolySetCGALEvaluator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PolySetCGALEvaluator.cc b/src/PolySetCGALEvaluator.cc index 8e8c8a1..c33b4e0 100644 --- a/src/PolySetCGALEvaluator.cc +++ b/src/PolySetCGALEvaluator.cc @@ -84,7 +84,7 @@ public: //out << " contour is a body. joining. " << contour.size() << " points.\n" ; *nefpoly2d += *tmpnef; } else { - //out << " contour is a hole. intersecting. " << contour.size() << "points.\n"; + //out << " contour is a hole. intersecting. " << contour.size() << " points.\n"; *nefpoly2d *= *tmpnef; } numcontours++; |