c28b8f8d |
1 | CCC Set array dimension sizes here: |
2 | |
3 | integer npid,nmax_integ,n_mult_max_steps,nflowterms |
4 | parameter (npid = 30) ! max # of particle ID types |
5 | parameter (nmax_integ = 100) ! max # integration steps in parameter |
6 | CCC ! variance calculation. |
7 | parameter (n_mult_max_steps = 1000) |
8 | CCC ! max # integration steps in multiplicity |
9 | CCC ! variance calculation (this must be an |
10 | CCC ! even integer). |
11 | parameter (nflowterms = 6) ! max # of terms in the anisotropic |
12 | CCC ! flow model for azimuthal (phi angle) |
13 | CCC ! dependence. |
14 | |