]> granicus.if.org Git - graphviz/commitdiff
the assert is apparently wrong
authorStephen North <north@research.att.com>
Tue, 5 Mar 2013 20:01:59 +0000 (15:01 -0500)
committerStephen North <north@research.att.com>
Tue, 5 Mar 2013 20:01:59 +0000 (15:01 -0500)
lib/dotgen/mincross.c

index d7a4eb0d85d3639f6a2c09ae55859e64fb52d098..bb81e18b47b03cd7dee1f5bcb2434268161c0985 100644 (file)
@@ -1311,7 +1311,7 @@ static void flat_reorder(graph_t * g)
                    for (j = 0; (e = ND_flat_out(v).list[j]); j++) {
                        if ( ((GD_flip(g) == FALSE) && (ND_order(aghead(e)) < ND_order(agtail(e)))) ||
                                 ( GD_flip(g)) && (ND_order(aghead(e)) > ND_order(agtail(e)) )) {
-                           assert(constraining_flat_edge(g,v,e) == FALSE);
+                           //assert(constraining_flat_edge(g,v,e) == FALSE);
                            delete_flat_edge(e);
                            j--;
                            flat_rev(g, e);