Skip to content

Commit

Permalink
Merge pull request #296 from drbergman/set-attack-defaults
Browse files Browse the repository at this point in the history
set attack duration default to 30min
  • Loading branch information
MathCancer authored Sep 15, 2024
2 parents e79ea14 + e4fb3af commit 5d2a14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/PhysiCell_phenotype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ Cell_Interactions::Cell_Interactions()
pAttackTarget = NULL;
total_damage_delivered = 0.0;

attack_duration = 120.0; // 0.1; // get from cell constants instead??
attack_duration = 30.0; // a typical attack duration for a T cell using perforin/granzyme is ~30 minutes

fusion_rates = {0.0};

Expand Down

0 comments on commit 5d2a14a

Please sign in to comment.