MRC-CSO-SPHSU / LoneParentsModel.jl

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

Decompose Simulate module into several source files #77

Closed AtiyahElsheikh closed 2 years ago

AtiyahElsheikh commented 2 years ago

Module LPM/Simulate.jl is becoming larger and larger. The following is proposed:

module Simulate 
       ...
       include(simulate/helpfunc.jl")
       include("simulate/deaths.jl")
       include("simulate/births.jl") 
       include("simulate/marraiges.jl")     
       ...
end # Simulate