[skip ci] removed print statement

This commit is contained in:
Jonathan Shimwell 2022-06-08 17:39:40 +01:00 committed by GitHub
parent 47e242551d
commit a4661fdca8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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