~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/Source/PDF/pdfwrap_lhapdf.f

merge lp:~maddevelopers/madgraph5/transfer_on_exit 

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
      integer i
45
45
 
46
46
c     first try in the current directory
47
 
 
 
47
      LHAPath='./PDFsets'
 
48
      Inquire(File=LHAPath, exist=exists)
 
49
      if(exists)return
 
50
c     first try in the main directory
48
51
      LHAPath='lib/PDFsets'
49
52
      Inquire(File=LHAPath, exist=exists)
50
53
      if(exists)return