mrc-ide / covid-sim

This is the COVID-19 CovidSim microsimulation model developed by the MRC Centre for Global Infectious Disease Analysis hosted at Imperial College, London.
GNU General Public License v3.0
1.23k stars 256 forks source link

ParamRead #363

Closed NeilFerguson closed 4 years ago

NeilFerguson commented 4 years ago

Added a new ReadParam function which scans all 3 param files. Also changed matching of param names to be case insensitive, to improve robustness. Note clunky use of

ifdef WIN32

define strncasecmp _strnicmp

endif

Please check this works on gcc on Linux.