Skip to content

Commit

Permalink
[bug655] Permanently apply again Olivier's select_color change
Browse files Browse the repository at this point in the history
Revert "[bug655] try to fix madgraph5/madgraph4gpu#655"
This reverts commit 42cf68b.

Thie reintroduces bug madgraph5/madgraph4gpu#655
However it fixes madgraph5/madgraph4gpu#710
  • Loading branch information
valassi committed Jun 16, 2023
1 parent f98ca25 commit ebcb307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ c Set right sign for ANS, based on sign of chosen helicity
ENDIF
ANS=ANS/DBLE(IDEN)
call select_color(rcol, jamp2, channel,%(proc_id)s, icol)
call select_color(rcol, jamp2, iconfig,%(proc_id)s, icol)
END
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ c Set right sign for ANS, based on sign of chosen helicity
ENDIF
ANS=ANS/DBLE(IDEN)

call select_color(rcol, jamp2, channel,%(proc_id)s, icol)
call select_color(rcol, jamp2, iconfig,%(proc_id)s, icol)

END

Expand Down

0 comments on commit ebcb307

Please # to comment.