mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
[skip ci] fixed typo
This commit is contained in:
parent
98c287b83a
commit
742311fd1b
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ def test_activity_of_stable():
|
|||
|
||||
|
||||
def test_activity_of_tritium():
|
||||
"""Checks that 1g of tritium has the correct activity activity scaling"""
|
||||
"""Checks that 1g of tritium has the correct activity scaling"""
|
||||
m1 = openmc.Material()
|
||||
m1.add_nuclide("H3", 1)
|
||||
m1.set_density('g/cm3', 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue