]> granicus.if.org Git - graphviz/commitdiff
Add case for IPSEP
authorerg <devnull@localhost>
Mon, 28 Apr 2008 16:51:53 +0000 (16:51 +0000)
committererg <devnull@localhost>
Mon, 28 Apr 2008 16:51:53 +0000 (16:51 +0000)
lib/neatogen/adjust.c

index bc2f8708f003a6e9edb4d9a8127651aaa9df1227..ea6caa0b89d282d0e9e0c2572994ffbc8e4faa5f 100644 (file)
@@ -860,6 +860,9 @@ removeOverlapAs(graph_t * G, char* flag)
            ret = scAdjust(G, -1);
            break;
 #ifdef IPSEPCOLA
+        case AM_IPSEP:
+            return 0;   /* handled during layout */
+            break;
        case AM_VPSC:
            ret = vpscAdjust(G);
            break;