We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18247d commit c6bbb80Copy full SHA for c6bbb80
1 file changed
madgraph/iolibs/template_files/madmatrix/cpp_hel_amps_h.inc
@@ -42,7 +42,7 @@ namespace mg5amcCpu
42
fptype * w;
43
int flv_index;
44
45
- __host__ __device__ ALOHAOBJ() = default;
+ __host__ __device__ ALOHAOBJ() {}
46
__host__ __device__ ALOHAOBJ(fptype_sv * pvec_sv, cxtype_sv * w_sv, int flv = -1)
47
: pvec(pvec_sv), w(reinterpret_cast<fptype*>(w_sv)), flv_index(flv) {}
48
};
0 commit comments