! nopmax is the maximum number of PDF parameters one can use. ! noemax is the maximum number of PDF's in a list. ! npfmax is the maximum number of functional parameters ! nofmax is the maximum number of functionals ! linemax is the maximum number of lines in pdf description text ! ! When changing the parameters make sure the 'make' recompiles all ! affected *.f files ! integer noemax,nopmax,npfmax,nofmax,linemax,nmxset parameter (noemax=1000,nopmax=40,npfmax=10,nofmax=10,linemax=20) ! nmxset is the max number of sets that can be initialised at one time ---- added V5 parameter (nmxset=3)