mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Add missing changes on statepoint.py
This commit is contained in:
parent
58a65222a1
commit
b7adc7ffc9
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue