~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to madgraph/various/rambo.py

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    iwarn = FortranList(5)
79
79
    Nincoming = 2
80
80
    
 
81
    
81
82
    # Object Initialization
82
83
    Z = FortranList(N)
83
84
    Q = DoubleFortranList((4,N))
88
89
    P2 = FortranList(N)
89
90
    E = FortranList(N)
90
91
    V= FortranList(N)
91
 
 
 
92
    IWARN = [0,0]
92
93
# Check input object
93
94
    assert isinstance(XM, FortranList)
94
95
    assert XM.min == 1