]> git.uio.no Git - u/mrichter/AliRoot.git/blame - LHAPDF/lhapdf-5.9.1/src/parmsetup.inc.in
LHAPDF veraion 5.9.1
[u/mrichter/AliRoot.git] / LHAPDF / lhapdf-5.9.1 / src / parmsetup.inc.in
CommitLineData
ec6e6353 1! nopmax is the maximum number of PDF parameters one can use.
2! noemax is the maximum number of PDF's in a list.
3! npfmax is the maximum number of functional parameters
4! nofmax is the maximum number of functionals
5! linemax is the maximum number of lines in pdf description text
6!
7! When changing the parameters make sure the 'make' recompiles all
8! affected *.f files
9!
10 integer noemax,nopmax,npfmax,nofmax,linemax,nmxset
11 parameter (noemax=1000,nopmax=40,npfmax=10,nofmax=10,linemax=20)
12! nmxset is the max number of sets that can be initialised at one time ---- added V5
13 parameter (nmxset=@NMXSET@)
14 integer nmxgridx,nmxgridq
15 parameter (nmxgridx=200,nmxgridq=200)
16