We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa45dc4 commit b453e75Copy full SHA for b453e75
src/tumor_cell.cc
@@ -116,7 +116,7 @@ void TumorCell::Initialize(const NewAgentEvent& event) {
116
this->ComputeConstantsConsumptionSecretion();
117
118
// divide mother's nuclear volume by 2
119
- const real_t new_nuclear_volume = mother->GetNuclearVolume() / 2.0;
+ const real_t new_nuclear_volume = mother->GetNuclearVolume() / kHalf;
120
// Set mother's nuclear volume to the new volume
121
mother->SetNuclearVolume(new_nuclear_volume);
122
this->SetNuclearVolume(new_nuclear_volume);
0 commit comments