X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc%2FDIMENSIONS.FREE;h=072b6216c98a50938a871c1f6acf442aec3aba75;hb=481eb42509493d4d1e082eb01a7479377c6db79c;hp=eb88dd678d4f7eab0bbc1fc5aed301fcec9c2653;hpb=478a9d9a1c99eb3f4bc4ca676ff3162bdd01d633;p=unres.git diff --git a/source/wham/src/DIMENSIONS.FREE b/source/wham/src/DIMENSIONS.FREE index eb88dd6..072b621 100644 --- a/source/wham/src/DIMENSIONS.FREE +++ b/source/wham/src/DIMENSIONS.FREE @@ -2,11 +2,13 @@ integer MaxQ,MaxQ1 integer MaxR,MaxT_h integer MaxSlice - parameter (Max_Parm=128) - parameter (MaxQ=1,MaxQ1=MaxQ+2) + parameter (Max_Parm=64) + parameter (MaxQ=4,MaxQ1=MaxQ+2) parameter(MaxR=1,MaxT_h=32) parameter(MaxSlice=40) integer MaxN parameter (MaxN=100) integer MaxPrintConf parameter (MaxPrintConf=1000) + integer Max_GridT + parameter (Max_GridT=400)