Add surf_num to bank datatype

This commit is contained in:
YoungHui Park 2020-06-30 21:48:40 -05:00
parent 1c155526e9
commit d28967c801
3 changed files with 11 additions and 8 deletions

View file

@ -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;