From 778b7197519ff02c02bed3bc46d8338c228decb9 Mon Sep 17 00:00:00 2001 From: "Emden R. Gansner" Date: Thu, 26 Feb 2015 13:09:05 -0500 Subject: [PATCH] Fix typo. --- lib/neatogen/overlap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neatogen/overlap.c b/lib/neatogen/overlap.c index 8b96c77ae..2368a91c8 100644 --- a/lib/neatogen/overlap.c +++ b/lib/neatogen/overlap.c @@ -327,7 +327,7 @@ real overlap_scaling(int dim, int m, real *x, real *width, real scale_sta, real scale_coord(dim, m, x, scale_sta); C = get_overlap_graph(dim, m, x, width, check_overlap_only); if (!C || C->nz == 0) { - if (Verbose) fprintf(stderr," shrinking with with %f works\n", scale_sta); + if (Verbose) fprintf(stderr," shrinking with %f works\n", scale_sta); SparseMatrix_delete(C); return scale_sta; } -- 2.40.0