From 623b705a399f16c8e5063732bc6e6a357611542d Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Fri, 2 Sep 2016 18:27:55 -0400 Subject: [PATCH] now fixed the thermal scattering side --- scripts/openmc-ace-to-hdf5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/openmc-ace-to-hdf5 b/scripts/openmc-ace-to-hdf5 index b926698c99..ff8c19962b 100755 --- a/scripts/openmc-ace-to-hdf5 +++ b/scripts/openmc-ace-to-hdf5 @@ -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: