Skip to content

Commit c03fdfd

Browse files
committed
Fix issue with double defined variable in GPU case
1 parent 52d3c48 commit c03fdfd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

madgraph/iolibs/template_files/madmatrix/process_function_definitions.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ namespace mg5amcCpu
158158
// Helicity combinations (and filtering of "good" helicity combinations)
159159
#ifdef MGONGPUCPP_GPUIMPL
160160
__device__ __constant__ short cHel[ncomb][npar];
161-
__device__ __constant__ int cNGoodHel;
162-
__device__ __constant__ int cGoodHel[ncomb];
163161
__device__ __constant__ int dcNGoodHel;
164162
__device__ __constant__ int dcGoodHel[ncomb];
165163
__device__ __constant__ short cFlavors[nmaxflavor][npar];

0 commit comments

Comments
 (0)