mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Ensure time is propagated for fission neutrons
This commit is contained in:
parent
ef61563079
commit
4831456144
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ void create_fission_sites(Particle& p, int i_nuclide, const Reaction& rx)
|
|||
SourceSite site;
|
||||
site.r = p.r();
|
||||
site.particle = ParticleType::neutron;
|
||||
site.time = p.time();
|
||||
site.wgt = 1. / weight;
|
||||
site.parent_id = p.id();
|
||||
site.progeny_id = p.n_progeny()++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue