Skip to content

Commit

Permalink
Typo in MG/MW patches (should be without consequences)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien committed Feb 28, 2015
1 parent e161649 commit 2a5e8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MG_interference_patches/MG_prodonly/patch_gg.f
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
> JAMP(2,1)=+IMAG1*AMP(5)+AMP(11)
> JAMP(2,2)=+IMAG1*AMP(1)+IMAG1*AMP(3)+IMAG1*AMP(4)+AMP(9)+AMP(10)
>
> JAMP(3,1)=0.D0
> JAMP(3,1)=(0.D0,0.D0)
> JAMP(3,2)=+2D0*(+AMP(2))
569c572
< DO M = 1, NAMPSO
Expand Down
2 changes: 1 addition & 1 deletion MG_interference_patches/MW_prodonly/patch_1_gg.f
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
> JAMP(2,1)=+IMAG1*AMP(5)+AMP(11)
> JAMP(2,2)=+IMAG1*AMP(1)+IMAG1*AMP(3)+IMAG1*AMP(4)+AMP(9)+AMP(10)
>
> JAMP(3,1)=0.D0
> JAMP(3,1)=(0.D0,0.D0)
> JAMP(3,2)=+2D0*(+AMP(2))
431,434c434,444
< DO I = 1, NCOLOR
Expand Down

0 comments on commit 2a5e8b7

Please sign in to comment.