Skip to content

Commit

Permalink
Update PhysiCell_cell.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
heberlr authored Oct 15, 2024
1 parent bc18ac5 commit 33e78d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/PhysiCell_cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,8 @@ Cell* Cell::divide( )
}

update_voxel_in_container();
phenotype.volume.();
child->phenotype.volume.();
phenotype.volume.divide();
child->phenotype.volume.divide();
child->set_total_volume(child->phenotype.volume.total);
set_total_volume(phenotype.volume.total);

Expand Down

0 comments on commit 33e78d9

Please sign in to comment.