X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2Fnvm%2Fbase.lisp;h=228853767bde0968e763e7bd955314db5805e4e0;hb=c11c429d212f7a08391cc117b9facd938cd80e63;hp=ddd429ee265cf9ca01825340f13b340db20960d2;hpb=8b23537f6b141ee51a23ce4eb66e93105bf040a9;p=clnl diff --git a/src/main/nvm/base.lisp b/src/main/nvm/base.lisp index ddd429e..2288537 100644 --- a/src/main/nvm/base.lisp +++ b/src/main/nvm/base.lisp @@ -8,6 +8,10 @@ (defvar *self* nil) (defvar *dimensions* nil) (defvar *topology* :torus) +(defvar *ticks* nil) (defstruct turtle who color heading xcor ycor) (defstruct patch color xcor ycor) + +(defun agent-set-list (agent-set) + agent-set)