mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Removed unreachable return in get_thermal_name(...)
This commit is contained in:
parent
b791450b75
commit
11a2c31031
1 changed files with 1 additions and 3 deletions
|
|
@ -59,8 +59,6 @@ def get_thermal_name(name):
|
|||
# OK, we give up. Just use the ACE name.
|
||||
return 'c_' + name
|
||||
|
||||
return name
|
||||
|
||||
|
||||
class CoherentElastic(object):
|
||||
r"""Coherent elastic scattering data from a crystalline material
|
||||
|
|
@ -416,4 +414,4 @@ class ThermalScattering(object):
|
|||
pairs = np.fromiter(map(lambda p: p[0], ace.pairs), int)
|
||||
table.zaids = pairs[np.nonzero(pairs)]
|
||||
|
||||
return table
|
||||
return table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue