We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b1a95 commit 5f58d25Copy full SHA for 5f58d25
1 file changed
madmatrix/output.py
@@ -81,7 +81,7 @@ class ProcessExporterMadMatrix(export_cpp.ProcessExporterMG7):
81
'mgOnGpuFptypes.h', 'mgOnGpuCxtypes.h', 'mgOnGpuVectors.h',
82
'constexpr_math.h', 'read_slha.h', 'read_slha.cc'
83
]),
84
- 'SubProcesses': relative_path_list(templates_path, ['nvtx.h', 'GpuRuntime.h', 'GpuAbstraction.h', 'color_sum.h',
+ 'SubProcesses': relative_path_list(templates_path, ['nvtx.h', 'GpuRuntime.h', 'GpuAbstraction.h', 'color_sum.h', 'color_sum.cc',
85
'MemoryAccessHelpers.h', 'MemoryAccessVectors.h',
86
'MemoryAccessMatrixElements.h', 'MemoryAccessMomenta.h',
87
'MemoryAccessRandomNumbers.h', 'MemoryAccessWeights.h',
0 commit comments