Open mrkickling opened 1 week ago
Set variables/methods only used in MalSimulator as protected (using _). Create public getters in those cases where a protected variable is used to get information (i.e. _id_to_index), or make it public.
_
Set variables/methods only used in MalSimulator as protected (using
_
). Create public getters in those cases where a protected variable is used to get information (i.e. _id_to_index), or make it public.