X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc%2FDIMENSIONS.FREE;h=8df70f566b1ad94f7cd4f1105018a4934263d340;hb=68aa1d135805a14583695611acfcf637748b4466;hp=eb88dd678d4f7eab0bbc1fc5aed301fcec9c2653;hpb=478a9d9a1c99eb3f4bc4ca676ff3162bdd01d633;p=unres.git diff --git a/source/wham/src/DIMENSIONS.FREE b/source/wham/src/DIMENSIONS.FREE index eb88dd6..8df70f5 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(MaxR=1,MaxT_h=32) - parameter(MaxSlice=40) + parameter (Max_Parm=32) + parameter (MaxQ=4,MaxQ1=MaxQ+2) + parameter(MaxR=10,MaxT_h=36) + parameter(MaxSlice=20) integer MaxN parameter (MaxN=100) integer MaxPrintConf parameter (MaxPrintConf=1000) + integer Max_GridT + parameter (Max_GridT=400)