MathCancer / PhysiCell

PhysiCell: Scientist end users should use latest release! Developers please fork the development branch and submit PRs to the dev branch. Thanks!
http://PhysiCell.org
142 stars 95 forks source link

duplicate/confusing assignment for maximum_attachment_rate #146

Closed rheiland closed 1 year ago

rheiland commented 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

MathCancer commented 1 year ago

removed the dupe.

Attachment and detachment rates are already initialized in the constructor.

Thanks!