mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
modified python doc string in mgxs_library.py
This commit is contained in:
parent
0f45127eb5
commit
e28f71a27e
1 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ class XSdata(object):
|
|||
beta : dict of numpy.ndarray
|
||||
Delayed-group-wise delayed neutron fraction cross section vector.
|
||||
decay_rate : dict of numpy.ndarray
|
||||
Delayed-group-wise decay rate cross section vector.
|
||||
Delayed-group-wise decay rate vector.
|
||||
inverse_velocity : dict of numpy.ndarray
|
||||
Inverse of velocity, in units of sec/cm.
|
||||
xs_shapes : dict of iterable of int
|
||||
|
|
@ -148,7 +148,7 @@ class XSdata(object):
|
|||
|
||||
[DG][G]: delayed_nu_fission, beta, decay_rate
|
||||
|
||||
[DG][G']: chi_delayed,
|
||||
[DG][G']: chi_delayed
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue