whizard is hosted by Hepforge, IPPP Durham

Ticket #90: bug2.in

File bug2.in, 309 bytes (added by Juergen Reuter, 14 years ago)

input file triggering the problem. I'm not sure whether newline really is an issue here.

Line 
1# tested with nagfor and gfortran
2model = SM
3
4sqrts = 500
5beams = e1, E1
6
7process test1 = e1, E1 -> b, B, u, U, d, D
8
9compile
10
11mH = 130 GeV
12
13integrate (test1) {iterations=10:250}
14! if there is no newline after this line it will be ignored
15! if there is a newline the syntax error(?) will be found
16
17show(cuts)