WHAM and CLUSTER with HM restraints by AL and FP
[unres.git] / source / wham / src / DIMENSIONS
index 281c414..f5438bc 100644 (file)
@@ -6,7 +6,7 @@
 ********************************************************************************
 c      implicit real*8 (a-h,o-z)
 C Max. number of processors.
-C      parameter (maxprocs=128)
+c      parameter (maxprocs=128)
 C Max. number of fine-grain processors
 C      parameter (max_fg_procs=maxprocs)
 C Max. number of coarse-grain processors
@@ -140,3 +140,6 @@ C Maximum number of SC local term fitting function coefficiants
 C Maximum number of terms in SC bond-stretching potential
       integer maxbondterm
       parameter (maxbondterm=3)
+C Maximum number of templates in homology-modeling restraints
+      integer max_template
+      parameter(max_template=19)