Rename public members in IDE model #1132
Labels
class::improvement
Cleanup that doesn't affect functionality
loc::backend
This issue concerns the C++ backend implementation.
model::ide
This issue concerns any kind of integro differential equations-based model.
Currently, in the IDE model some public members such as
m_transitions
start with m_ although this should only be used for private members. This should be changed for all public members, i.e.m_populations
,m_transitions
andm_total_confirmed_cases
.The text was updated successfully, but these errors were encountered: