From 964a4c18ef20b77c15647766a889f31b0bf11c2f Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 31 Dec 2005 19:29:26 +0000 Subject: [PATCH] Yikes! How about commenting out the debugging output, not the actual line of code! (See, once in a while I can spot my own stupidity.) :-) --- src/Lib/Geometry/poly_support.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Lib/Geometry/poly_support.cxx b/src/Lib/Geometry/poly_support.cxx index 3e02bf04..d5b9d872 100644 --- a/src/Lib/Geometry/poly_support.cxx +++ b/src/Lib/Geometry/poly_support.cxx @@ -1196,8 +1196,8 @@ static point_list reduce_contour_degeneracy( const point_list& contour ) { p0 = result[result.size() - 1]; p1 = result[0]; - // bad = find_intermediate_node( p0, p1, result, &bad_node ); - if ( bad ) { cout << "bad in 0 to n segment" << endl; } + bad = find_intermediate_node( p0, p1, result, &bad_node ); + // if ( bad ) { cout << "bad in 0 to n segment" << endl; } } // CLO: look for later nodes that match earlier segment end points