We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf625e commit efca20aCopy full SHA for efca20a
1 file changed
core/PhysiCell_cell.cpp
@@ -867,7 +867,7 @@ void Cell::update_position( double dt )
867
if( default_microenvironment_options.simulate_2D == true )
868
{ velocity[2] = 0.0; }
869
870
- std::vector<double> old_position(position);
+ // std::vector<double> old_position(position);
871
axpy( &position , d1 , velocity );
872
axpy( &position , d2 , previous_velocity );
873
// overwrite previous_velocity for future use
0 commit comments