#86 closed defect (fixed)
Madgraph amplitudes don't work due to typo in format string
Reported by: | kilian | Owned by: | ALL |
---|---|---|---|
Priority: | P2 | Milestone: | |
Component: | interfaces | Version: | 1.93 |
Severity: | major | Keywords: | |
Cc: |
Description
Running W1 with gfortran, Madgraph enabled and the process
pp u,u E1,n1,E2,n2,d,d mad
fails with the error message
bin/make-proc.pl: u,u => e+,ve,mu+,vm,d,d At line 401 of file write_module.f Fortran runtime error: Unexpected element in format (2x,'data ',A,'(',,':,',I03,') /',I2,7(',',I2),'/') ^
The double comma seems to be a problem. Line 401 in write_module.f has been unchanged for a long time, so this must have worked earlier, at least with some compiler.
Reported by P. Motylinski, Freiburg.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | v1.9x → v1.94 |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Caused by spurious commata in autogenerated format strings. Fixed in r1806.