Skip to content

Commit

Permalink
fix API for 360 branch
Browse files Browse the repository at this point in the history
oliviermattelaer committed Sep 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a97109b commit 6d402e9
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MG5aMC/mg5amcnlo
Submodule mg5amcnlo updated 718 files
2 changes: 1 addition & 1 deletion epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/output.py
Original file line number Diff line number Diff line change
@@ -195,7 +195,7 @@ def copy_template(self, model):
open(os.path.join('test', 'cudacpp_test.mk'), 'w').write(makefile_test)

# OM - overload export_v4.py version to add additional_clean section (and avoid patchMad.sh for Source/makefile)
def write_source_makefile(self, writer, default=None):
def write_source_makefile(self, writer, model=None, default=None):
if default:
replace_dict = default
else:

0 comments on commit 6d402e9

Please sign in to comment.