Skip to content

Commit efca20a

Browse files
committed
unused old_position
1 parent cbf625e commit efca20a

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)