mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Add surf_num to bank datatype
This commit is contained in:
parent
1c155526e9
commit
d28967c801
3 changed files with 11 additions and 8 deletions
|
|
@ -172,6 +172,7 @@ public:
|
|||
double E;
|
||||
double wgt;
|
||||
int delayed_group;
|
||||
int surf_num;
|
||||
Type particle;
|
||||
int64_t parent_id;
|
||||
int64_t progeny_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue