Step 16: Immigration ==================== Overview -------- .. include:: Step16/code/model_info.mpp :start-after: NOTE(model, EN) :end-before: */ The new Immigration.mpp Module ------------------------------ .. include:: Step16/code/Immigration.mpp :start-after: NOTE(Immigration, EN) :end-before: */ .. include:: Step16/code/Immigration.mpp :start-after: */ :code: Changes in the Simulation() function ------------------------------------ .. include:: Step16/code/model_core.mpp :start-after: ADD16 :end-before: //END16 :code: Changes in the PersonCore.mpp module ------------------------------------ Changes affect the Start() function and the SetAliveEvent() .. include:: Step16/code/PersonCore.mpp :start-after: ADD16 :end-before: //END16 :code: