From 662da67571db010aeabf179a1bdc2997804a0f43 Mon Sep 17 00:00:00 2001 From: Don Bright Date: Mon, 13 Feb 2012 19:56:38 -0600 Subject: fix debug printing 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++; -- cgit v0.10.1