~maddevelopers/mg5amcnlo/WWW5_caching

« back to all changes in this revision

Viewing changes to users/mardelcourt/PROC_970226/PROC_970226/Source/PDF/pdf.inc

  • Committer: John Doe
  • Date: 2013-03-25 20:27:02 UTC
  • Revision ID: john.doe@gmail.com-20130325202702-5sk3t1r8h33ca4p4
first clean version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
c***********************************************************************
 
3
c     this files contains the common blocks for the 
 
4
c     pdf and the alpha_s settings
 
5
c
 
6
c     pdlabel= string identifying the pdf    
 
7
c***********************************************************************
 
8
      character*7 pdlabel,epa_label
 
9
      integer lhaid
 
10
      common/to_pdf/lhaid,pdlabel,epa_label
 
11