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

Namespaces #409

Open zebmason opened 4 years ago

zebmason commented 4 years ago

The geometry code is in the namespace Geometry. Should it be moved to CovidSim::Geometry, for example, to avoid any namespace clashes with third party libraries in the future?