From: yifanhu Date: Mon, 14 Apr 2008 00:13:02 +0000 (+0000) Subject: correct a typo X-Git-Tag: LAST_LIBGRAPH~32^2~4331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81df76d468bda0ff59a9b1d6488a24a0653d30b0;p=graphviz correct a typo --- diff --git a/lib/sfdpgen/overlap.c b/lib/sfdpgen/overlap.c index 9abb20ee9..234f7548c 100644 --- a/lib/sfdpgen/overlap.c +++ b/lib/sfdpgen/overlap.c @@ -16,7 +16,7 @@ static void ideal_distance_avoid_overlap(int dim, SparseMatrix A, real *x, real int i, j, jj; int *ia = A->ia, *ja = A->ja; real dist, dx, dy, wx, wy, t; - real expandmax = 1.5, expandmin; + real expandmax = 1.5, expandmin = 1; *tmax = 0; *tmin = 1.e10;