mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Fix two docstrings that should have r prefix (#3851)
This commit is contained in:
parent
2bd06660c5
commit
dbfd6387b2
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ _MUEN_TABLES = {
|
|||
def mass_energy_absorption_coefficient(
|
||||
material: str, data_source: str = "nist126"
|
||||
) -> Tabulated1D:
|
||||
"""Return the mass energy-absorption coefficient as a function of energy.
|
||||
r"""Return the mass energy-absorption coefficient as a function of energy.
|
||||
|
||||
The mass energy-absorption coefficient, :math:`\mu_\text{en}/\rho`, is
|
||||
defined as the fraction of incident photon energy absorbed in a material per
|
||||
|
|
@ -108,7 +108,7 @@ _MASS_ATTENUATION: dict[int, object] = {}
|
|||
|
||||
|
||||
def mass_attenuation_coefficient(element):
|
||||
"""Return the photon mass attenuation coefficient as a function of energy.
|
||||
r"""Return the photon mass attenuation coefficient as a function of energy.
|
||||
|
||||
The mass energy-absorption coefficient, :math:`\mu_\text{en}/\rho`, is
|
||||
defined as the fraction of incident photon energy absorbed in a material per
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue