Skip to content

Commit

Permalink
Apply suggestions from code review Rene
Browse files Browse the repository at this point in the history
Co-authored-by: Rene Gassmoeller <[email protected]>
  • Loading branch information
MFraters and gassmoeller authored Jun 16, 2024
1 parent efe7003 commit 0b87a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/particle/world.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ namespace aspect
}
else
{
prm.enter_subsection("Particles " + std::to_string(world_index));
prm.enter_subsection("Particles " + std::to_string(world_index+1));
}
{
prm.declare_entry ("Load balancing strategy", "repartition",
Expand Down Expand Up @@ -1277,7 +1277,7 @@ namespace aspect
}
else
{
prm.enter_subsection("Particles " + std::to_string(world_index));
prm.enter_subsection("Particles " + std::to_string(world_index+1));
}
{
min_particles_per_cell = prm.get_integer("Minimum particles per cell");
Expand Down

0 comments on commit 0b87a15

Please sign in to comment.