// process polygons in priority order
for ( int i = 0; i < FG_MAX_AREA_TYPES; ++i ) {
- cout << "num polys of this type = " << polys_in.polys[i].size() << endl;
+ // cout << "num polys of this type = "
+ // << polys_in.polys[i].size() << endl;
current = polys_in.polys[i].begin();
last = polys_in.polys[i].end();
for ( ; current != last; ++current ) {
*result_diff = tmp;
result_union = tmp;
} else {
- cout << "DIFF: tmp.num_contours = " << tmp.num_contours
- << " accum.num_contours = " << accum.num_contours
- << endl;
+ // cout << "DIFF: tmp.num_contours = " << tmp.num_contours
+ // << " accum.num_contours = " << accum.num_contours
+ // << endl;
// tmp output accum
FILE *ofp= fopen("tmp-debug", "w");
gpc_write_polygon(ofp, &tmp);
// $Log$
+// Revision 1.9 1999/03/31 23:46:38 curt
+// Debuggin output tweaks.
+//
// Revision 1.8 1999/03/30 23:49:22 curt
// Added some debugging output.
//