-
Notifications
You must be signed in to change notification settings - Fork 23
Rename public members in IDE model #1132
Copy link
Copy link
Closed
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::ideThis issue concerns any kind of integro differential equations-based model.This issue concerns any kind of integro differential equations-based model.
Metadata
Metadata
Assignees
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::ideThis issue concerns any kind of integro differential equations-based model.This issue concerns any kind of integro differential equations-based model.
Type
Projects
Status
Done (Total)
Currently, in the IDE model some public members such as
m_transitionsstart with m_ although this should only be used for private members. This should be changed for all public members, i.e.m_populations,m_transitionsandm_total_confirmed_cases.