X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD-M%2FCOMMON.TORSION;h=20cf15346bc584e5b20094b5206f52f7c35e3371;hb=3e1d107de142637c3b4c0e4feb4a2f0e5a93e101;hp=e7c54a02c7c09ef4d0a9cc37a9740d16b177f456;hpb=25dd2417cadbd09509167c54988dc8b37ce37799;p=unres.git diff --git a/source/unres/src_MD-M/COMMON.TORSION b/source/unres/src_MD-M/COMMON.TORSION index e7c54a0..20cf153 100644 --- a/source/unres/src_MD-M/COMMON.TORSION +++ b/source/unres/src_MD-M/COMMON.TORSION @@ -40,14 +40,15 @@ C surface double precision b1,b2,cc,dd,ee,ctilde,dtilde,b2tilde,b1tilde, & b,bnew1,bnew2,eenew,gtb1,gtb2,eeold,gtee integer nloctyp,iloctyp(-ntyp1:ntyp1),itype2loc(-ntyp1:ntyp1) - common/fourier/ b1(2,maxres),b2(2,maxres),b(13,-ntyp:ntyp), + common/fourier/ b1(2,-maxres:maxres),b2(2,-maxres:maxres), + & b(13,-ntyp:ntyp), & bnew1(3,2,-ntyp:ntyp),bnew2(3,2,-ntyp:ntyp), & cc(2,2,-ntyp:ntyp), & dd(2,2,-ntyp:ntyp),eeold(2,2,-ntyp:ntyp), & eenew(2,-ntyp:ntyp), & ee(2,2,maxres), & ctilde(2,2,-ntyp:ntyp), - & dtilde(2,2,-ntyp:ntyp),b1tilde(2,maxres), - & b2tilde(2,maxres), + & dtilde(2,2,-ntyp:ntyp),b1tilde(2,-maxres:maxres), + & b2tilde(2,-maxres:maxres), & gtb1(2,maxres),gtb2(2,maxres),gtEE(2,2,maxres), & nloctyp,iloctyp,itype2loc