X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=dev%2Fgraph.lisp;h=a8f782bc9408fd04b31bba2d338cd9e1a0c2747b;hb=14757e858454ece368c302e921642c6933909107;hp=34896e7261cbbd6376b58ea7dcd7c1d6ae98b470;hpb=a4a389d3e6bf65538f6e6115a1aa30fb50c9f562;p=cl-graph.git diff --git a/dev/graph.lisp b/dev/graph.lisp index 34896e7..a8f782b 100644 --- a/dev/graph.lisp +++ b/dev/graph.lisp @@ -136,7 +136,7 @@ something is putting something on the vertexes plist's ;;; --------------------------------------------------------------------------- -(defclass* weighted-edge-mixin (#) +(defclass* weighted-edge-mixin () ((weight 1d0 ia "The value of the weight of this edge. Defaults to 1.0d0")) :export-slots (:export-p t)