Skip to content

Commit

Permalink
[oct23av] in CODEGEN, fix clang format for 'COUPs[ndcoup+0]' from one…
Browse files Browse the repository at this point in the history
… commit in PR madgraph5#776
  • Loading branch information
valassi committed Oct 27, 2023
1 parent 5ed0e4b commit f87854e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ def format_coupling(self, call):
else:
call = call.replace('CD_ACCESS', 'CI_ACCESS')
call = call.replace('m_pars->%s%s' % (sign, coup),
'COUPs[ndcoup+%s], %s' % (alias[coup]-len(self.couporderdep), '1.0' if not sign else '-1.0'))
'COUPs[ndcoup + %s], %s' % (alias[coup]-len(self.couporderdep), '1.0' if not sign else '-1.0'))
if newcoup:
self.couplings2order = self.couporderdep | self.couporderindep
return call
Expand Down

0 comments on commit f87854e

Please sign in to comment.