mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
fixed typo in data.py
This commit is contained in:
parent
2208800981
commit
e375620e78
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ def atomic_mass(isotope):
|
|||
"""
|
||||
if not _ATOMIC_MASS:
|
||||
|
||||
# For the isotope represented by all natural isotopes of the element
|
||||
# For the isotopes representing all natural isotopes of their element
|
||||
# (e.g. C0), set atomic mass manually using the values from Atomic
|
||||
# weights of the elements 2013 (IUPAC Technical Report)
|
||||
# (doi:10.1515/pac-2015-0305). In cases where an atomic mass range is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue