Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rheiland committed Aug 15, 2024
1 parent 672ddd2 commit efc9e63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/PhysiCell_cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,6 @@ Cell* Cell::divide( )
child->state.damage = 0.0;
child->state.total_attack_time = 0.0;

//rwh
// if( this->functions.cell_division_function && pC->is_out_of_domain == false )
if( this->functions.cell_division_function )
{ this->functions.cell_division_function( this, child); }

Expand Down

0 comments on commit efc9e63

Please sign in to comment.