Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions core/PhysiCell_cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down