This commit is contained in:
EEva 2013-07-17 20:30:56 +02:00
parent 095691f935
commit a9a8fa2124
2 changed files with 4 additions and 4 deletions

View File

@ -168,7 +168,7 @@ amount-of-spt
amount-of-spt
0
100
16
24
1
1
NIL

View File

@ -1,8 +1,8 @@
breed [ beekeepers beekeeper ]
breed [ spots spot ]
beekeepers-own [ amount-of-hives ]
breed [ spots spot ]
breed [ centroids centroid ]
patches-own [ county-name ]
@ -40,4 +40,4 @@ to setup-seasons-uncertainty
set send-uncertainty random-normal 0 season-uncertainty
set lbegin-uncertainty random-normal 0 season-uncertainty
set lend-uncertainty random-normal 0 season-uncertainty
end
end