From 071c7015a4d68f4e6135e7c7216220fbc4b5134a Mon Sep 17 00:00:00 2001 From: church89 Date: Thu, 17 Nov 2022 15:34:30 +0100 Subject: [PATCH] h5m file locations --- msre.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msre.py b/msre.py index 021d116..753264a 100644 --- a/msre.py +++ b/msre.py @@ -197,8 +197,8 @@ def build(make_tally=True, plot_geom=True): os.system("rm *.xml *.h5 *.out") # CAD h5m files - core_h5m = 'h5m/MSRE_Core_1e-2/MSRE_Core_1e-2.h5m' - control_rod1_h5m = 'h5m/Msre_control_rod_1e-2/Msre_control_rod_1e-2.h5m' + core_h5m = 'h5m/msre_reactor_1e-2.h5m' + control_rod1_h5m = 'h5m/msre_control_rod_1e-2.h5m' #Materials mats=define_materials()