Skip to content

Commit 0206f74

Browse files
committed
Add missing files to src
1 parent 303b67b commit 0206f74

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

madmatrix/output.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ class ProcessExporterMadMatrix(export_cpp.ProcessExporterMG7):
7777
templates_path = pjoin(MG5DIR, 'madgraph', 'iolibs', 'template_files', 'madmatrix')
7878
home_path = pjoin(MG5DIR, "madmatrix")
7979
from_template = {'.': relative_path_list(home_path, ['COPYRIGHT', 'COPYING', 'COPYING.LESSER']),
80-
'src': relative_path_list(templates_path, ['mgOnGpuFptypes.h', 'mgOnGpuCxtypes.h', 'mgOnGpuVectors.h', 'constexpr_math.h', 'cudacpp_config.mk']),
80+
'src': relative_path_list(templates_path, [
81+
'mgOnGpuFptypes.h', 'mgOnGpuCxtypes.h', 'mgOnGpuVectors.h',
82+
'constexpr_math.h', 'cudacpp_config.mk', 'read_slha.h', 'read_slha.cc'
83+
]),
8184
'SubProcesses': relative_path_list(templates_path, ['nvtx.h', 'GpuRuntime.h', 'GpuAbstraction.h', 'color_sum.h',
8285
'MemoryAccessHelpers.h', 'MemoryAccessVectors.h',
8386
'MemoryAccessMatrixElements.h', 'MemoryAccessMomenta.h',

0 commit comments

Comments
 (0)