Style and spacing changes

This commit is contained in:
Paul Romano 2023-01-10 10:39:22 +07:00
parent 62af773108
commit 4eda693133
5 changed files with 45 additions and 34 deletions

View file

@ -96,8 +96,9 @@ void inelastic_scatter(const Nuclide& nuc, const Reaction& rx, Particle& p);
void sample_secondary_photons(Particle& p, int i_nuclide);
// Split or Roulette particles based their weight and the lower weight window
// bound.
//! Split or Roulette particles based their weight and the lower weight window
//! bound.
//
//! \param[in] p, particle to be split or rouletted with the weight window.
void split_particle(Particle& p);