mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
[skip ci] removed print statement
This commit is contained in:
parent
47e242551d
commit
a4661fdca8
1 changed files with 0 additions and 1 deletions
|
|
@ -716,7 +716,6 @@ class Material(IDManagerMixin):
|
|||
if key in openmc.data.HALF_LIFE.keys():
|
||||
atoms = value[1] * self.volume * 1e24
|
||||
activity = math.log(2) * atoms / openmc.data.HALF_LIFE[key]
|
||||
print('activity', activity)
|
||||
total_activity += activity
|
||||
|
||||
return total_activity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue