From b7adc7ffc976ff05464c566e90bf26d4bb8cddac Mon Sep 17 00:00:00 2001 From: YoungHui Park Date: Thu, 19 Nov 2020 16:06:29 -0600 Subject: [PATCH] Add missing changes on statepoint.py --- openmc/statepoint.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openmc/statepoint.py b/openmc/statepoint.py index f6177fcc4..6e90bcaf7 100644 --- a/openmc/statepoint.py +++ b/openmc/statepoint.py @@ -94,9 +94,9 @@ class StatePoint: Pseudorandom number generator seed source : numpy.ndarray of compound datatype Array of source sites. The compound datatype has fields 'r', 'u', - 'E', 'wgt', 'delayed_group', and 'particle', corresponding to the - position, direction, energy, weight, delayed group, and particle type - of the source site, respectively. + 'E', 'wgt', 'delayed_group', 'surf_id', and 'particle', corresponding to + the position, direction, energy, weight, delayed group, surface ID and + particle type of the source site, respectively. source_present : bool Indicate whether source sites are present sparse : bool