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