Skip to content

Commit

Permalink
Get a specific particle again
Browse files Browse the repository at this point in the history
  • Loading branch information
janhclem committed Feb 27, 2025
1 parent 197d246 commit 492e4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mptrac.c
Original file line number Diff line number Diff line change
Expand Up @@ -12391,6 +12391,7 @@ void dd_communicate_particles_cleo(
for (int ip = 0; ip < nparticles; ip++) {
if (target_ranks[ip] != rank) {
ip_ap = ip;
break;
}
}

Expand Down

0 comments on commit 492e4f2

Please sign in to comment.