diff --git a/core/PhysiCell_cell.cpp b/core/PhysiCell_cell.cpp index 3780f0ea1..e392145c8 100644 --- a/core/PhysiCell_cell.cpp +++ b/core/PhysiCell_cell.cpp @@ -318,6 +318,9 @@ void Cell::advance_bundled_phenotype_functions( double dt_ ) // perform transformations standard_cell_transformations( this,this->phenotype,dt_ ); + // make sure neighbors are updated + state.neighbors = nearby_cells(); + // New March 2023 in Version 1.12.0 // call the rules-based code to update the phenotype if( PhysiCell_settings.rules_enabled )