mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
moved full stop
This commit is contained in:
parent
ecebe25f36
commit
016a5e5b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ class OpenMCOperator(TransportOperator):
|
|||
burnable_mats.add(str(mat.id))
|
||||
if mat.volume is None:
|
||||
msh = ("Volume not specified for depletable material with "
|
||||
f"ID={mat.id}. Name={mat.name}")
|
||||
f"ID={mat.id} Name={mat.name}.")
|
||||
raise RuntimeError(msh)
|
||||
volume[str(mat.id)] = mat.volume
|
||||
self.heavy_metal += mat.fissionable_mass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue