Skip to content

Commit 441b4c8

Browse files
authored
Merge pull request #384 from rheiland/cleanup-domain-edge-avoidance
delete unused calculation
2 parents 01a65c7 + 09b45aa commit 441b4c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/PhysiCell_standard_models.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,6 @@ void standard_domain_edge_avoidance_interactions( Cell* pCell, Phenotype& phenot
691691
{ pCell->functions.calculate_distance_to_membrane = distance_to_domain_edge; }
692692
phenotype.mechanics.cell_BM_repulsion_strength = 100;
693693

694-
double max_interactive_distance = phenotype.mechanics.relative_maximum_adhesion_distance * phenotype.geometry.radius;
695694
double distance = pCell->functions.calculate_distance_to_membrane(pCell,phenotype,dt);
696695
//Note that the distance_to_membrane function must set displacement values (as a normal vector)
697696

0 commit comments

Comments
 (0)