From 09b45aa5324e5930b4386ea5827772851ca12051 Mon Sep 17 00:00:00 2001 From: Randy Heiland Date: Tue, 26 Aug 2025 11:58:00 -0400 Subject: [PATCH] delete unused calculation --- core/PhysiCell_standard_models.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/PhysiCell_standard_models.cpp b/core/PhysiCell_standard_models.cpp index 48a70ccb8..24fb6f10b 100644 --- a/core/PhysiCell_standard_models.cpp +++ b/core/PhysiCell_standard_models.cpp @@ -691,7 +691,6 @@ void standard_domain_edge_avoidance_interactions( Cell* pCell, Phenotype& phenot { pCell->functions.calculate_distance_to_membrane = distance_to_domain_edge; } phenotype.mechanics.cell_BM_repulsion_strength = 100; - double max_interactive_distance = phenotype.mechanics.relative_maximum_adhesion_distance * phenotype.geometry.radius; double distance = pCell->functions.calculate_distance_to_membrane(pCell,phenotype,dt); //Note that the distance_to_membrane function must set displacement values (as a normal vector)