Skip to content

Commit 46edf22

Browse files
committed
Remove warning for host default ALOHAOBJ constructor
1 parent b145e61 commit 46edf22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

madgraph/iolibs/template_files/madmatrix/cpp_hel_amps_h.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace mg5amcCpu
4242
fptype * w;
4343
int flv_index;
4444

45-
__host__ __device__ ALOHAOBJ() = default;
45+
__host__ __device__ ALOHAOBJ() {}
4646
__host__ __device__ ALOHAOBJ(fptype_sv * pvec_sv, cxtype_sv * w_sv, int flv = -1)
4747
: pvec(pvec_sv), w(reinterpret_cast<fptype*>(w_sv)), flv_index(flv) {}
4848
};

0 commit comments

Comments
 (0)