diff --git a/COMOKIT/Model/Synthetic Population.gaml b/COMOKIT/Model/Synthetic Population.gaml index 9505ffb..1268723 100644 --- a/COMOKIT/Model/Synthetic Population.gaml +++ b/COMOKIT/Model/Synthetic Population.gaml @@ -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;