~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to Template/NLO/SubProcesses/reweight_xsec_events_pdf_dummy.f

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
      subroutine initpdf(i)
 
2
      implicit none
 
3
      integer i
 
4
      write (*,*) 'ERROR from dummy "initpdf()": cannot do'//
 
5
     &     ' pdf reweighting without LHAPDF'
 
6
      stop
 
7
      end
 
8
 
 
9
      subroutine pdfset(parm,value)
 
10
      implicit none
 
11
      character*20 parm(20)
 
12
      double precision value
 
13
      write (*,*) 'ERROR from dummy "setpdf()": cannot do'//
 
14
     &     ' pdf reweighting without LHAPDF'
 
15
      stop
 
16
      end