We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 441b4c8 + efca20a commit 083db3eCopy full SHA for 083db3e
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