mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Merge pull request #2360 from openmc-dev/gridley-patch-1
multipole documentation typo fix
This commit is contained in:
commit
00668d70b0
1 changed files with 4 additions and 4 deletions
|
|
@ -1154,8 +1154,8 @@ class WindowedMultipole(EqualityMixin):
|
|||
Returns
|
||||
-------
|
||||
3-tuple of Real
|
||||
Total, absorption, and fission microscopic cross sections at the
|
||||
given energy and temperature.
|
||||
Scattering, absorption, and fission microscopic cross sections
|
||||
at the given energy and temperature.
|
||||
|
||||
"""
|
||||
|
||||
|
|
@ -1248,8 +1248,8 @@ class WindowedMultipole(EqualityMixin):
|
|||
Returns
|
||||
-------
|
||||
3-tuple of Real or 3-tuple of numpy.ndarray
|
||||
Total, absorption, and fission microscopic cross sections at the
|
||||
given energy and temperature.
|
||||
Scattering, absorption, and fission microscopic cross sections
|
||||
at the given energy and temperature.
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue