Skip to content

Commit

Permalink
Update PhysiCell_standard_models.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MathCancer committed Jul 5, 2024
1 parent b22c901 commit d5809c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/PhysiCell_standard_models.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,9 @@ void standard_cell_cell_interactions( Cell* pCell, Phenotype& phenotype, double
{
// ADD SPECIFIC PHAGOCYTOSIS HERE JUNE 2024

bool apoptotic = (bool) get_single_signal( pTarget , "apoptotic" );
bool necrotic = (bool) get_single_signal( pTarget , "necrotic" );

// dead phagocytosis
probability = phenotype.cell_interactions.dead_phagocytosis_rate * dt;
if( UniformRandom() < probability )
Expand Down

0 comments on commit d5809c3

Please sign in to comment.