X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc%2FDIMENSIONS;h=f5438bcc26865d1611fef4eda8171589813c30b0;hb=60a3f9d89e537f69c6c19a8240c6c8dc6b2a1db0;hp=281c414699ca3f0d8ecc892625b678c4b747d047;hpb=6b83a8101f71992bd00c48883f40976358acb5e4;p=unres.git diff --git a/source/wham/src/DIMENSIONS b/source/wham/src/DIMENSIONS index 281c414..f5438bc 100644 --- a/source/wham/src/DIMENSIONS +++ b/source/wham/src/DIMENSIONS @@ -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)