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

Sweep.cpp contains large functions and duplicated code #438

Closed DavidVernest closed 4 years ago

DavidVernest commented 4 years ago

There is room for consolidation - some of the logic can be factored out into common functions. Take each kind of sweep and apply refactorings to eliminate the duplicated code. Fix #435