mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Bank surface number if surf src is triggered
This commit is contained in:
parent
d28967c801
commit
d48b7df594
1 changed files with 1 additions and 0 deletions
|
|
@ -420,6 +420,7 @@ Particle::cross_surface()
|
|||
site.E = this->E_;
|
||||
site.wgt = this->wgt_;
|
||||
site.delayed_group = this->delayed_group_;
|
||||
site.surf_num = surf->id_;
|
||||
site.particle = this->type_;
|
||||
// site.parent_id = this->id_;
|
||||
// site.progeny_id = this->n_progeny_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue