modified python doc string in mgxs_library.py

This commit is contained in:
Sam Shaner 2016-10-19 10:54:48 -04:00
parent 0f45127eb5
commit e28f71a27e

View file

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