Skip to content

Commit

Permalink
Fixed typo in flag to assign errors to the non-linear correctors.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieknets committed Oct 19, 2021
1 parent 8f20256 commit c418493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodule_04e_correction.madx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

0 comments on commit c418493

Please sign in to comment.