Skip to content

Commit

Permalink
Reparing some merge damage
Browse files Browse the repository at this point in the history
  • Loading branch information
mariopaolucci committed Aug 6, 2019
1 parent bceabb8 commit d000231
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions PROTON-OC.nlogo
Original file line number Diff line number Diff line change
Expand Up @@ -1086,9 +1086,9 @@ to enroll-to-school [ level ] ; person command
end

to graduate-and-enter-jobmarket
let primary-age item 0 table:get education-levels 0
let primary-age item 0 table:get education-levels 1
ask persons with [ education-level = 0 and age = primary-age and my-school = nobody ] [
enroll-to-school 0
enroll-to-school 1
]
ask schools [
let end-age item 1 table:get education-levels diploma-level
Expand Down Expand Up @@ -2577,6 +2577,17 @@ number-crimes-yearly-per10k
NIL
HORIZONTAL

MONITOR
15
650
212
695
Not looking for work (percent)
count all-persons with [ job-level = 0 ] / count all-persons with [ my-school = nobody and age > 16 and age < 65 ] * 100
17
1
11

@#$#@#$#@
## WHAT IS IT?

Expand Down

0 comments on commit d000231

Please sign in to comment.