Skip to content

Commit 083db3e

Browse files
authored
Merge pull request #382 from rheiland/cleanup-update-cell-position
unused old_position
2 parents 441b4c8 + efca20a commit 083db3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/PhysiCell_cell.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ void Cell::update_position( double dt )
867867
if( default_microenvironment_options.simulate_2D == true )
868868
{ velocity[2] = 0.0; }
869869

870-
std::vector<double> old_position(position);
870+
// std::vector<double> old_position(position);
871871
axpy( &position , d1 , velocity );
872872
axpy( &position , d2 , previous_velocity );
873873
// overwrite previous_velocity for future use

0 commit comments

Comments
 (0)