From 4335cbc4e2b44a2aaadabe552a25b31ef6580150 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zaborowski Date: Thu, 7 Feb 2013 13:37:21 +0100 Subject: [PATCH] kosmetyczne zmiany do MD_DFA --- source/unres/src_MD_DFA/parmread.F | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/unres/src_MD_DFA/parmread.F b/source/unres/src_MD_DFA/parmread.F index 62a0ddf..4ab807d 100644 --- a/source/unres/src_MD_DFA/parmread.F +++ b/source/unres/src_MD_DFA/parmread.F @@ -565,7 +565,8 @@ cc maxinter is maximum interaction sites do l=1,maxinter do i=1,nsccortyp do j=1,nsccortyp - read (isccor,*,end=1113,err=1113) nterm_sccor(i,j),nlor_sccor(i,j) + read (isccor,*,end=1113,err=1113) nterm_sccor(i,j), + & nlor_sccor(i,j) v0ijsccor=0.0d0 si=-1.0d0 -- 1.7.9.5