HOMOL wham/cluster new dihed constrain cos function
[unres.git] / source / cluster / wham / src / DIMENSIONS
index d9f0c81..554a1fe 100644 (file)
@@ -9,7 +9,7 @@ C Max. number of processors.
       parameter (maxprocs=16)
 C Max. number of AA residues
       integer maxres,maxres2
-      parameter (maxres=600)
+      parameter (maxres=800)
 C Appr. max. number of interaction sites
       parameter (maxres2=2*maxres)
 C Max. number of variables
@@ -68,3 +68,6 @@ C Maximum number of terms in SC bond-stretching potential
 C Maximum number of templates in homology-modeling restraints
       integer max_template
       parameter(max_template=25)
+c Maximum number of clusters of templates containing same fragments
+      integer maxclust
+      parameter(maxclust=1000)