MRC-CSO-SPHSU / LoneParentsModel.jl

An initial implementation of an ABM for social and child care
0 stars 5 forks source link

move location types where they are used #107

Closed mhinsch closed 2 years ago

mhinsch commented 2 years ago

I think it doesn't really make sense to have for example a type TownLocation in Utilities. IMO it should be put into town.jl. Same holds for Map4DLocation, HouseLocation and Gender. All of these types are used in exactly one agent/entity type.