Fix documentation of source_bank

This commit is contained in:
Paul Romano 2019-07-11 06:31:12 -05:00
parent 9a248ad6fb
commit daf90d9db7

View file

@ -13,8 +13,9 @@ is that documented here.
:Attributes: - **filetype** (*char[]*) -- String indicating the type of file.
:Datasets:
- **source_bank** (Compound type) -- Source bank information for each
particle. The compound type has fields ``wgt``, ``xyz``, ``uvw``,
``E``, and ``delayed_group``, which represent the weight, position,
direction, energy, energy group, and delayed_group of the source
particle, respectively.
``E``, ``delayed_group``, and ``particle``, which represent the
weight, position, direction, energy, energy group, delayed group,
and type of the source particle, respectively.