Gnp -> gnp; Gnm -> gnm, etc for mlisp happiness
[cl-graph.git] / dev / graph-algorithms.lisp
index 9ee37a8..6230047 100644 (file)
@@ -4,7 +4,7 @@
 ;;;
 ;;; ---------------------------------------------------------------------------
 
-(defstruct (vertex-datum (:conc-name "NODE-") (:type list))
+(defstruct (vertex-datum (:conc-name node-) (:type list))
   (color nil)
   (depth most-positive-fixnum)
   (parent nil))