From e8850bba535815bdc40066c8f12a0bbefbad0507 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 17 Feb 2005 15:34:31 +0000 Subject: [PATCH] Unify code for getting expansion factor for overlap removal and spline routing; move some verbose messages lesser importance; separate node overlap removal into getting the parameter and applying it to allow fdp to use a prefix on "overlap" for 2 passes; fix some warnings. --- lib/neatogen/legal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neatogen/legal.c b/lib/neatogen/legal.c index 43cf485d9..2e9862409 100644 --- a/lib/neatogen/legal.c +++ b/lib/neatogen/legal.c @@ -74,7 +74,7 @@ int Plegal_arrangement(Ppoly_t ** polys, int n_polys) ((vsd.x == avsd.x) && !EQ_PT(vsd, ilist[i]) && !EQ_PT(avsd, ilist[i]))) { rv = 0; - if (Verbose) { + if (Verbose > 1) { fprintf(stderr, "\nintersection %d at %.3f %.3f\n", i, ilist[i].x, ilist[i].y); fprintf(stderr, "seg#1 : (%.3f, %.3f) (%.3f, %.3f)\n", -- 2.40.0