Skip to content

Commit

Permalink
Remove Kevin's warning
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitgaudou committed May 26, 2020
1 parent dc16306 commit deb983f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COMOKIT/Model/Synthetic Population.gaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ global {
ask hh { relatives <- hh - self; }

// Add household to collection for further process (localisation)
households[hh_id] <- hh;
households[string(hh_id)] <- hh;

// Increment hh identifier
hh_id <- hh_id + 1;
Expand Down

0 comments on commit deb983f

Please sign in to comment.