Gnp -> gnp; Gnm -> gnm, etc for mlisp happiness
[cl-graph.git] / dev / graphviz / graphviz-support.lisp
index 63cd048..26a35bf 100644 (file)
@@ -87,9 +87,11 @@ This file contains the stuff that does not depend on cl-graphviz.
         (iterate-vertexes 
          g
          (lambda (v)
+          ;(spy v)
            (iterate-edges
             v
             (lambda (e)
+             ;(spy e (undirected-edge-p e) (item-at-1 edges e))
               (when (and (undirected-edge-p e)
                          (not (item-at-1 edges e)))
                 (setf (item-at-1 edges e) t)