Prims - Implement turtles-here
[clnl] / src / main / nvm / base.lisp
index 945c5e8ea01e02dbad5d87b7ad9ba45f48960357..294715abec2b8aa53303375d21b47696decdb8e1 100644 (file)
@@ -32,7 +32,7 @@ DESCRIPTION:
  `(handler-case (progn ,@forms) (stop (s) (declare (ignore s)) :stop)))
 
 (defstruct turtle who color heading xcor ycor (label "") (label-color 9.9d0) (size 1d0) shape own-vars)
-(defstruct patch color xcor ycor own-vars)
+(defstruct patch color xcor ycor own-vars turtles)
 
 (defun agentset-list (agentset)
  (cond