From c4184938896fb05d37e955f29120e3e81bbc73f7 Mon Sep 17 00:00:00 2001 From: "Frederik F. Van der Veken" Date: Tue, 19 Oct 2021 18:35:15 +0200 Subject: [PATCH] Fixed typo in flag to assign errors to the non-linear correctors. --- submodule_04e_correction.madx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodule_04e_correction.madx b/submodule_04e_correction.madx index fd727fa..2d1602c 100644 --- a/submodule_04e_correction.madx +++ b/submodule_04e_correction.madx @@ -56,7 +56,7 @@ if (ver_hllhc_optics > 0 && correct_for_D2==1){ }; ! Add errors for the corrector magnets -if (ver_hllhc_optics > 0 && on_errors_MCBRD==1){ +if (ver_hllhc_optics > 0 && on_errors_NLC==1){ eoption,seed=myseed+200;call, file="errors/HL-LHC/Efcomp_NLC.madx"; };