added source code
[unres.git] / source / wham / src-M / DIMENSIONS.COMPAR
1 ******************************************************************
2 *
3 * Array dimensions for level-based conformation comparison program:
4 *
5 * Max. number of conformations in the data set.
6 *
7       integer maxconf
8       PARAMETER (MAXCONF=maxstr_proc)
9 *
10 * Max. number levels of comparison
11 *
12       integer maxlevel
13       PARAMETER (MAXLEVEL=3)
14 *
15 * Max. number of fragments at a given level of comparison
16 *
17       integer maxfrag,mmaxfrag
18       PARAMETER (MAXFRAG=30,MMAXFRAG=MAXFRAG*(MAXFRAG+1)/2)
19 *
20 * Max. number of pieces forming a substructure to be compared
21 *
22       integer maxpiece
23       PARAMETER (MAXPIECE=20)
24 *
25 *******************************************************************