mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Set surf_id of fission bank site with default value
This commit is contained in:
parent
61ce6e528c
commit
4e312efdeb
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ create_fission_sites(Particle& p, int i_nuclide, const Reaction& rx)
|
|||
site.wgt = 1. / weight;
|
||||
site.parent_id = p.id_;
|
||||
site.progeny_id = p.n_progeny_++;
|
||||
site.surf_id = 0;
|
||||
|
||||
// Sample delayed group and angle/energy for fission reaction
|
||||
sample_fission_neutron(i_nuclide, rx, p.E_, &site, p.current_seed());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue