mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
formatting sweep
This commit is contained in:
parent
1f3bc2c4d3
commit
63ef983f19
16 changed files with 37 additions and 53 deletions
|
|
@ -23,7 +23,7 @@ namespace openmc {
|
|||
// Non-member functions
|
||||
//==============================================================================
|
||||
|
||||
void add_particle_track(Particle & p)
|
||||
void add_particle_track(Particle& p)
|
||||
{
|
||||
p.tracks_.emplace_back();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue