Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun authored Jun 5, 2024
2 parents aab9666 + 2822add commit 06ed75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/vpicio_mts.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ main(int argc, char **argv)
printf("Writing %" PRIu64 " number of particles for %llu steps with %d clients.\n", numparticles,
steps, size);

dims[0] = numparticles;
dims[0] = numparticles * size;

x = (float *)malloc(numparticles * sizeof(float));
y = (float *)malloc(numparticles * sizeof(float));
Expand Down

0 comments on commit 06ed75c

Please sign in to comment.