17 |
* **/8/2006 modified to store info about CN computation and "showers" |
* **/8/2006 modified to store info about CN computation and "showers" |
18 |
************************************************************************* |
************************************************************************* |
19 |
|
|
20 |
parameter (nclstrmax_view = 50) ! maximum number of clusters per view |
parameter (nclstrmax_view = 200) ! maximum number of clusters per view |
21 |
parameter (nclstrmax = nclstrmax_view * nviews) |
parameter (nclstrmax = nclstrmax_view * nviews) |
22 |
parameter (nclstrp = 20) ! maximum number of stored strips per cluster |
parameter (nclstrp = 20) ! maximum number of stored strips per cluster |
23 |
parameter (maxlength = nclstrmax * nclstrp) |
parameter (maxlength = nclstrmax * nclstrp) |