From 4c779763c6fed4f93d18e0d74ccec53edef720a4 Mon Sep 17 00:00:00 2001 From: Adam Sieradzan Date: Tue, 5 Nov 2013 23:32:58 +0100 Subject: [PATCH] Bugfix for smaller size of memory --- source/wham/src/DIMENSIONS.FREE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/wham/src/DIMENSIONS.FREE b/source/wham/src/DIMENSIONS.FREE index a2eb4e5..072b621 100644 --- a/source/wham/src/DIMENSIONS.FREE +++ b/source/wham/src/DIMENSIONS.FREE @@ -2,7 +2,7 @@ integer MaxQ,MaxQ1 integer MaxR,MaxT_h integer MaxSlice - parameter (Max_Parm=128) + parameter (Max_Parm=64) parameter (MaxQ=4,MaxQ1=MaxQ+2) parameter(MaxR=1,MaxT_h=32) parameter(MaxSlice=40) -- 1.7.9.5