]> granicus.if.org Git - graphviz/commitdiff
Fix typo.
authorEmden R. Gansner <erg@alum.mit.edu>
Thu, 26 Feb 2015 18:09:05 +0000 (13:09 -0500)
committerEmden R. Gansner <erg@alum.mit.edu>
Thu, 26 Feb 2015 18:09:05 +0000 (13:09 -0500)
lib/neatogen/overlap.c

index 8b96c77aed4e7fc7e5ae73c2e5416c5e532e850f..2368a91c82c665b125ae04ba7b691240d0facb1b 100644 (file)
@@ -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;
     }