adding bee-keepers in centroid

This commit is contained in:
mmoriame 2013-07-17 18:06:53 +02:00
parent 4413649e21
commit f9e3b0f276
2 changed files with 3 additions and 5 deletions

View File

@ -234,7 +234,7 @@ PENS
SLIDER
133
50
171
166
247
season-uncertainty
season-uncertainty
@ -249,7 +249,7 @@ VERTICAL
SLIDER
215
50
253
248
246
d-max
d-max

View File

@ -21,12 +21,10 @@ to setup-beekeepers
[
let amount-of-bk file-read
let location-bk file-read
show amount-of-bk
create-beekeepers amount-of-bk
[ set shape "person"
set size 1
show location-bk
move-to one-of patches with [ county-name = location-bk ]
move-to one-of centroids-on patches with [ county-name = location-bk ]
if trace-on [ set color red pd ] ]
]
file-close