chiark / gitweb /
wip - go to plane
authorian <ian>
Sun, 13 Mar 2005 20:09:55 +0000 (20:09 +0000)
committerian <ian>
Sun, 13 Mar 2005 20:09:55 +0000 (20:09 +0000)
layout/extractgraph

index 90b074b34e1639d8a63cdb9e2c6798be678349e5..a021635db15e8d18e9e9e2e3b84a77aacd5188e8 100755 (executable)
@@ -154,10 +154,16 @@ sub readin () {
     }
 }
 
+sub pr ($$) {
+    my ($kind,$wh) = @_;
+    $ref= "$ref";
+    $ref =~ y/()/__/;
+    return $ref
+
 sub writeout () {
     my ($node);
     for $node (@nodes) {
-       print "$node\n";
+       print "Node ",pr(Node,$node),";\n";
     }
 }