Step 14: Child Mortality ======================== Model Description ----------------- .. include:: Step14/code/model_info.mpp :start-after: NOTE(model, EN) :end-before: */ The new ChildMortality.mpp Module --------------------------------- .. include:: Step14/code/ChildMortality.mpp :start-after: NOTE(ChildMortality, EN) :end-before: */ .. include:: Step14/code/ChildMortality.mpp :start-after: */ :code: Initializations in the Start() Function --------------------------------------- The states mothers_age_at_birth is initiated in the Start() Function for actors born in teh simulation. .. include:: Step14/code/PersonCore.mpp :start-after: //ADD14 :end-before: //ENDADD14 :code: