mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Add missing surf_id on source_bank field
This commit is contained in:
parent
7ecaecb853
commit
cc35910074
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class _Bank(Structure):
|
|||
('E', c_double),
|
||||
('wgt', c_double),
|
||||
('delayed_group', c_int),
|
||||
('surf_id', c_int),
|
||||
('particle', c_int),
|
||||
('parent_id', c_int64),
|
||||
('progeny_id', c_int64)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue