Skip to content

Commit

Permalink
Update PhysiCell_cell.cpp
Browse files Browse the repository at this point in the history
remove testing line that set all custom variables to `conserved = true` that was mistakenly left in.

Thanks, Daniel!
  • Loading branch information
MathCancer committed Oct 15, 2024
1 parent a3fde73 commit 502cc79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/PhysiCell_cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,6 @@ void Cell::ingest_cell( Cell* pCell_to_eat )
// so that each daughter cell gets half of the original ;
for( int nn = 0 ; nn < custom_data.variables.size() ; nn++ )
{
custom_data.variables[nn].conserved_quantity = true;
if( custom_data.variables[nn].conserved_quantity == true )
{
custom_data.variables[nn].value +=
Expand Down

0 comments on commit 502cc79

Please sign in to comment.