Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Dec 17, 2024
1 parent ed6cb4b commit 06ec3f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/particle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ void Particle::create_secondary(
bank_second_E() += bank.E;
}

void Particle::split(double wgt) {
void Particle::split(double wgt)
{
secondary_bank().emplace_back();
auto& bank {secondary_bank().back()};
bank.particle = type();
Expand Down

0 comments on commit 06ec3f4

Please sign in to comment.