X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fnvm%2Fbase.lisp;h=228853767bde0968e763e7bd955314db5805e4e0;hp=5865d66e0e325b4f12369d5d45e89a2e2004b632;hb=c11c429;hpb=f00d5c7c0e0b18f334da14c2e4107a7f1f68b45f diff --git a/src/main/nvm/base.lisp b/src/main/nvm/base.lisp index 5865d66..2288537 100644 --- a/src/main/nvm/base.lisp +++ b/src/main/nvm/base.lisp @@ -12,3 +12,6 @@ (defstruct turtle who color heading xcor ycor) (defstruct patch color xcor ycor) + +(defun agent-set-list (agent-set) + agent-set)