mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
now fixed the thermal scattering side
This commit is contained in:
parent
c4744ec638
commit
623b705a39
1 changed files with 2 additions and 0 deletions
|
|
@ -172,6 +172,8 @@ for filename in ace_libraries:
|
|||
continue
|
||||
|
||||
elif xs.endswith('t'):
|
||||
# Adjust name to be the new thermal scattering name
|
||||
name = openmc.data.get_thermal_name(name)
|
||||
# Thermal scattering data
|
||||
if name not in nuclides:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue