mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Remove misleading warn message from deplete.chain.py (#2544)
This commit is contained in:
parent
74fb2801c2
commit
19282cb088
1 changed files with 0 additions and 3 deletions
|
|
@ -734,9 +734,6 @@ class Chain:
|
|||
if transfer_rates.get_destination_material(material, element) == destination_material:
|
||||
matrix[i, i] = transfer_rates.get_transfer_rate(material, element)
|
||||
else:
|
||||
warn(f'Material {destination_material} is not defined '
|
||||
f'as a destination material for Material {material}. '
|
||||
'Setting transfer rate to 0.0')
|
||||
matrix[i, i] = 0.0
|
||||
#Nothing else is allowed
|
||||
n = len(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue