mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Two doc fixes
This commit is contained in:
parent
08899b45d4
commit
a4a87ee97d
2 changed files with 2 additions and 2 deletions
|
|
@ -213,7 +213,7 @@ The following tables show all valid scores:
|
|||
+----------------------+---------------------------------------------------+
|
||||
|nu-fission |Total production of neutrons due to fission. |
|
||||
+----------------------+---------------------------------------------------+
|
||||
|nu-scatter, |This score is similar in functionality to the |
|
||||
|nu-scatter |This score is similar in functionality to the |
|
||||
| |``scatter`` score except the total production of |
|
||||
| |neutrons due to scattering is scored vice simply |
|
||||
| |the scattering rate. This accounts for |
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ class LegendreFilter(ExpansionFilter):
|
|||
r"""Score Legendre expansion moments up to specified order.
|
||||
|
||||
This filter allows scores to be multiplied by Legendre polynomials of the
|
||||
change in particle angle ($\mu$) up to a user-specified order.
|
||||
change in particle angle (:math:`\mu`) up to a user-specified order.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue