From: Emden Gansner Date: Mon, 10 Sep 2012 18:42:36 +0000 (-0400) Subject: Forgot to commit rank.c X-Git-Tag: LAST_LIBGRAPH~32^2~318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a4516bd762493527f08972b477fecfc8cf3f002;p=graphviz Forgot to commit rank.c --- diff --git a/lib/dotgen/rank.c b/lib/dotgen/rank.c index be959359f..c7cd6c556 100644 --- a/lib/dotgen/rank.c +++ b/lib/dotgen/rank.c @@ -622,6 +622,8 @@ void dot_rank(graph_t * g, aspect_t* asp) else #endif dot1_rank (g, asp); + if (Verbose) + fprintf (stderr, "Maxrank = %d, minrank = %d\n", GD_maxrank(g), GD_minrank(g)); } int is_cluster(graph_t * g)