update new files
[unres.git] / source / analysis / src-M-prop / sizesclu.dat
1 ******************************************************************
2 *
3 * Array dimensions for the clustering programs:
4 *
5 * Max. number of conformations in the data set.
6 *
7       integer maxconf,maxstr_proc
8       PARAMETER (MAXCONF=50000)
9       parameter (maxstr_proc=maxconf)
10 *
11 * Max. number of "distances" between conformations.
12 *
13       integer MAXDIST
14       PARAMETER (MAXDIST=10000)
15 *
16 * Max. number of clusters. Should be set to MAXCONF; change only if there are
17 * problems with memory. In such a case be suspicious about the results, however!
18 *
19       integer maxgr
20       PARAMETER (MAXGR=maxstr_proc)
21 *
22 * Max. number of conformations in a cluster. Remark above applies also here.
23 *
24       integer maxingr
25 c      PARAMETER (MAXINGR=maxstr_proc)
26       PARAMETER (MAXINGR=1)
27 *
28 * Max. number of cut-off values
29 *
30       integer max_cut
31       PARAMETER (MAX_CUT=5)
32 *
33 * Max. number of properties
34 *
35       integer maxprop
36       PARAMETER (MAXPROP=5)
37 *
38 *******************************************************************