Skip to content

Commit

Permalink
[lhe] in gg_tt.mad auto_dsig1.f use the cudacpp helicity choice madgr…
Browse files Browse the repository at this point in the history
…aph5#403

(Also add the same line for color choice madgraph5#402, but keep it commented out for now)
  • Loading branch information
valassi committed Dec 14, 2022
1 parent 6a12d1e commit 6224b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions epochX/cudacpp/gg_tt.mad/SubProcesses/P1_gg_ttx/auto_dsig1.f
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,8 @@ SUBROUTINE SMATRIX1_MULTI(P_MULTI, HEL_RAND, COL_RAND, CHANNEL,
IF( FBRIDGE_MODE .EQ. 1 .OR. FBRIDGE_MODE .LT. 0 ) THEN ! (CppOnly=1 or BothQuiet=-1 or BothDebug=-2)
DO IVEC=1, VECSIZE_USED
OUT(IVEC) = OUT2(IVEC) ! use the cudacpp ME instead of the fortran ME!
SELECTED_HEL(IVEC) = SELECTED_HEL2(IVEC) ! use the cudacpp helicity instead of the fortran helicity!
c SELECTED_COL(IVEC) = SELECTED_COL2(IVEC) ! use the cudacpp color instead of the fortran color!
END DO
ENDIF
#endif
Expand Down

0 comments on commit 6224b8a

Please sign in to comment.