From 14d40b7f9fc1a5f4dd3323fcff7334a36c8751b7 Mon Sep 17 00:00:00 2001 From: Adam Kazimierz Sieradzan Date: Fri, 4 Jul 2014 14:40:17 -0400 Subject: [PATCH] BUG FIX for SUMSL minimization --- source/unres/src_MD-M/DIMENSIONS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/unres/src_MD-M/DIMENSIONS b/source/unres/src_MD-M/DIMENSIONS index 6815ae9..c8a95df 100644 --- a/source/unres/src_MD-M/DIMENSIONS +++ b/source/unres/src_MD-M/DIMENSIONS @@ -28,7 +28,7 @@ C Max number of symetric chains parameter (maxperm=120) C Max. number of variables integer maxvar - parameter (maxvar=4*maxres) + parameter (maxvar=6*maxres) C Max. number of groups of interactions that a given SC is involved in integer maxint_gr parameter (maxint_gr=2) -- 1.7.9.5