Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
normalize vec from cell_division_direction_function
  • Loading branch information
rheiland committed Aug 28, 2025
commit eb870b5809890f267413d5ff89ca1b5eef0f3031
1 change: 1 addition & 0 deletions core/PhysiCell_cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ Cell* Cell::divide( )
if( this->functions.cell_division_direction_function )
{
rand_vec = this->functions.cell_division_direction_function( this );
normalize( &rand_vec );
}
else
{
Expand Down
Loading