From f87d1ee4ecc428e44feb5018cc2c3dec76b193a0 Mon Sep 17 00:00:00 2001 From: x07maop Date: Thu, 24 Nov 2016 06:11:05 +0100 Subject: [PATCH] Script execution --- script/jan/hyst_Tb_singleenergy-edge.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/jan/hyst_Tb_singleenergy-edge.py b/script/jan/hyst_Tb_singleenergy-edge.py index 167a821..c82983a 100644 --- a/script/jan/hyst_Tb_singleenergy-edge.py +++ b/script/jan/hyst_Tb_singleenergy-edge.py @@ -21,19 +21,19 @@ loop_count = 0 while loop_count < nr_loops: set_pol_cplus(offset = off_cplus) - set_file('Dy_hyst_plus') + set_file('Tb_hyst_plus') hyst_cont(field_x, B1, B2, rrate, [e1]) set_pol_cminus(offset = off_cminus) - set_file('Dy_hyst_minus') + set_file('Tb_hyst_minus') hyst_cont(field_x, B2, B1, rrate, [e1]) set_pol_cminus(offset = off_cminus) - set_file('Dy_hyst_minus') + set_file('Tb_hyst_minus') hyst_cont(field_x, B1, B2, rrate, [e1]) set_pol_cplus(offset = off_cplus) - set_file('Dy_hyst_plus') + set_file('Tb_hyst_plus') hyst_cont(field_x, B2, B1, rrate, [e1]) loop_count = loop_count + 1