|
@@ -254,7 +254,7 @@ struct seg_intersections *find_all_intersections(const struct line_pnts *Points)
|
|
|
&x2, &y2);
|
|
|
/* res2 = segment_intersection_2d_e(x[i], y[i], x[i+1], y[i+1], x[j], y[j], x[j+1], y[j+1], &x1_, &y1_, &x2_, &y2_);
|
|
|
if ((res != res2) || ((res != 0) && (x1!=x1_ || y1!=y1_)) ) {
|
|
|
- G_debug(0, "exact=%d orig=%d", res, res2);
|
|
|
+ G_debug(1, "exact=%d orig=%d", res, res2);
|
|
|
segment_intersection_2d_test(x[i], y[i], x[i+1], y[i+1], x[j], y[j], x[j+1], y[j+1], &x1, &y1, &x2, &y2);
|
|
|
}
|
|
|
*/
|