From af29a24d217613b72b18ab87880358832148e619 Mon Sep 17 00:00:00 2001 From: Pawel Krupa Date: Sun, 15 May 2016 00:20:05 +0200 Subject: [PATCH] Memory overflow correction. --- source/wham/src/DIMENSIONS.FREE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/wham/src/DIMENSIONS.FREE b/source/wham/src/DIMENSIONS.FREE index 6533b33..8df70f5 100644 --- a/source/wham/src/DIMENSIONS.FREE +++ b/source/wham/src/DIMENSIONS.FREE @@ -4,8 +4,8 @@ integer MaxSlice parameter (Max_Parm=32) parameter (MaxQ=4,MaxQ1=MaxQ+2) - parameter(MaxR=12,MaxT_h=36) - parameter(MaxSlice=40) + parameter(MaxR=10,MaxT_h=36) + parameter(MaxSlice=20) integer MaxN parameter (MaxN=100) integer MaxPrintConf -- 1.7.9.5