~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to vendor/StdHEP/example/listStdHepConv.F

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
      PROGRAM TST
 
2
C
 
3
C      test program
 
4
C      list various conversion options
 
5
C
 
6
#include "stdlun.inc"
 
7
 
 
8
C initialize HEP logical units
 
9
      lnhwrt=0
 
10
      lnhrd=0
 
11
      lnhdcy=30
 
12
      lnhout=22
 
13
      lnhpdf=0
 
14
      lnhdmp=0
 
15
      OPEN(UNIT=LNHOUT,FILE='listStdHepConv.lpt',STATUS='NEW')
 
16
C
 
17
      call stdversn
 
18
C
 
19
      call std3to4lst
 
20
c
 
21
      call cnv98to00lst
 
22
c
 
23
      call cnv2000to2004lst
 
24
c
 
25
      call cnv2004to2006lst
 
26
c
 
27
      CLOSE(UNIT=LNHOUT)
 
28
      STOP
 
29
      END
 
30