Closed rheiland closed 1 year ago
There's currently a duplicate assignment for maximum_attachment_rate in the Mechanics constructor. Wondering if one should be for detachment_rate? Currently at this location in the dev branch: https://github.com/MathCancer/PhysiCell/blob/development/core/PhysiCell_phenotype.cpp#L702
maximum_attachment_rate
removed the dupe.
Attachment and detachment rates are already initialized in the constructor.
Thanks!
There's currently a duplicate assignment for
maximum_attachment_rate
in the Mechanics constructor. Wondering if one should be for detachment_rate? Currently at this location in the dev branch: https://github.com/MathCancer/PhysiCell/blob/development/core/PhysiCell_phenotype.cpp#L702