Skip to content

Commit

Permalink
Fixing a progress-printing error
Browse files Browse the repository at this point in the history
  • Loading branch information
bastorer committed May 13, 2024
1 parent 66204ab commit b52f602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Functions/Particles/particles_evolve_trajectories.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ void particles_evolve_trajectories(
size_t index, next_load_index = 1;

int perc_base = 5;
int perc, perc_count=0;
int perc = 0, perc_count=0;

// Step through time 'blocks' i.e. get to the time of the next velocity data
// each particle is using adaptive stepping, so just loop through them getting there
Expand Down

0 comments on commit b52f602

Please sign in to comment.