From fc28ced95540ff82bc797dd8cd0f47ba844d93f6 Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Thu, 28 Jan 2016 11:55:30 +0100 Subject: [PATCH] max_template=25 --- source/cluster/wham/src/DIMENSIONS | 2 +- source/unres/src_MD/DIMENSIONS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/cluster/wham/src/DIMENSIONS b/source/cluster/wham/src/DIMENSIONS index 35ddecd..31da998 100644 --- a/source/cluster/wham/src/DIMENSIONS +++ b/source/cluster/wham/src/DIMENSIONS @@ -67,4 +67,4 @@ C Maximum number of terms in SC bond-stretching potential parameter (maxbondterm=3) C Maximum number of templates in homology-modeling restraints integer max_template - parameter(max_template=19) + parameter(max_template=25) diff --git a/source/unres/src_MD/DIMENSIONS b/source/unres/src_MD/DIMENSIONS index 6546327..117b9fd 100644 --- a/source/unres/src_MD/DIMENSIONS +++ b/source/unres/src_MD/DIMENSIONS @@ -139,4 +139,4 @@ C Nose-Hoover chain - chain length and order of Yoshida algorithm parameter(maxmnh=10,maxyosh=5) C Maximum number of templates in homology-modeling restraints integer max_template - parameter(max_template=19) + parameter(max_template=25) -- 1.7.9.5