Skip to content

Commit

Permalink
Merge pull request #328 from drbergman/fix-total_attack_time-initiali…
Browse files Browse the repository at this point in the history
…zation

initialize total_attack_time at 0.0
  • Loading branch information
drbergman authored Nov 14, 2024
2 parents 3b28fba + b1d0ab7 commit 7e90bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/PhysiCell_cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Cell_State::Cell_State()
number_of_nuclei = 1;

// damage = 0.0;
// total_attack_time = 0.0;
total_attack_time = 0.0;

contact_with_basement_membrane = false;

Expand Down

0 comments on commit 7e90bd6

Please sign in to comment.