Add missing changes on statepoint.py

This commit is contained in:
YoungHui Park 2020-11-19 16:06:29 -06:00
parent 58a65222a1
commit b7adc7ffc9

View file

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