From 420ec110f91bdbe9168ec7fa9ec10d7a6fb06b0e Mon Sep 17 00:00:00 2001 From: Adam Kazimierz Sieradzan Date: Thu, 5 Jul 2012 03:54:04 -0400 Subject: [PATCH] hotfix do potencjalow AM1 --- .gitignore | 1 + source/unres/src_MD/COMMON.SCCOR | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25485f3..c0b1de6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ mapcheck/ run/ sympcheck/ compinfo +DIL/ diff --git a/source/unres/src_MD/COMMON.SCCOR b/source/unres/src_MD/COMMON.SCCOR index ca6210f..ccfe0c4 100644 --- a/source/unres/src_MD/COMMON.SCCOR +++ b/source/unres/src_MD/COMMON.SCCOR @@ -6,7 +6,7 @@ cc Parameters of the SCCOR term integer nterm_sccor,isccortyp,nsccortyp,nlor_sccor common/sccor/v1sccor(maxterm_sccor,3,20,20), & v2sccor(maxterm_sccor,3,20,20), - & v0sccor(maxterm_sccor,20), + & v0sccor(ntyp,ntyp), & nterm_sccor(ntyp,ntyp),isccortyp(ntyp),nsccortyp, & nlor_sccor(ntyp,ntyp),vlor1sccor(maxterm_sccor,20,20), & vlor2sccor(maxterm_sccor,20,20), -- 1.7.9.5