~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to tests/input_files/full_sm/helas_couplings.f

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
c************************************************************************
 
2
c**                                                                    **
 
3
c**           MadGraph/MadEvent Interface to FeynRules                 **
 
4
c**                                                                    **
 
5
c**          C. Duhr (Louvain U.) - M. Herquet (NIKHEF)                **
 
6
c**                                                                    **
 
7
c************************************************************************
 
8
 
 
9
      program helas_couplings
 
10
      
 
11
      include 'coupl.inc'
 
12
      include 'formats.inc'
 
13
      
 
14
      call setpara('param_card.dat',.true.)
 
15
 
 
16
      open(unit=1,file="helas_couplings.txt")
 
17
      include "helas_couplings.inc"
 
18
      
 
19
      close(1)
 
20
      
 
21
      END
 
22