X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD%2FCOMMON.TORSION;h=6622cfa226a6aac5fa8890dd8432dd2030558211;hb=bf8b3ab324569ca7ae7bb9045ad9358f6826a150;hp=6b6605fa49d478b77d88dd901f39d999cd0aa970;hpb=6e5f3f4866eb982f17fb6d5c2bb30bd7bf0585be;p=unres.git diff --git a/source/unres/src_MD/COMMON.TORSION b/source/unres/src_MD/COMMON.TORSION index 6b6605f..6622cfa 100644 --- a/source/unres/src_MD/COMMON.TORSION +++ b/source/unres/src_MD/COMMON.TORSION @@ -9,11 +9,15 @@ C Torsional constants of the rotation about virtual-bond dihedral angles C 6/23/01 - constants for double torsionals double precision v1c,v1s,v2c,v2s integer ntermd_1,ntermd_2 - common /torsiond/ v1c(2,maxtermd_1,maxtor,maxtor,maxtor), - & v1s(2,maxtermd_1,maxtor,maxtor,maxtor), - & v2c(maxtermd_2,maxtermd_2,maxtor,maxtor,maxtor), - & v2s(maxtermd_2,maxtermd_2,maxtor,maxtor,maxtor), - & ntermd_1(maxtor,maxtor,maxtor),ntermd_2(maxtor,maxtor,maxtor) + common /torsiond/ + &v1c(2,maxtermd_1,maxtor,maxtor,maxtor), + &v1s(2,maxtermd_1,maxtor,maxtor,maxtor), + &v2c(maxtermd_2,maxtermd_2,maxtor,maxtor, + & maxtor), + &v2s(maxtermd_2,maxtermd_2,maxtor,maxtor, + & maxtor), + & ntermd_1(maxtor,maxtor,maxtor), + & ntermd_2(maxtor,maxtor,maxtor) C 9/18/99 - added Fourier coeffficients of the expansion of local energy C surface double precision b1,b2,cc,dd,ee,ctilde,dtilde,b2tilde