imperialCHEPI / healthgps

Global Health Policy Simulation model (Health-GPS)
https://imperialchepi.github.io/healthgps/
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Add data structure, and code for clearing, for storing analysis means #419

Closed jamesturner246 closed 2 weeks ago

jamesturner246 commented 3 weeks ago

For now add a simple (2D?) private data structure (unordered_map?) To the analysis class.

Add code to the analysis update_population to reset values in this structure to zero.

We can later worry about choosing the correct data structure and refining it.