zabezpieczenie przedczarkowe
[unres.git] / source / unres / src_MD-M / COMMON.CONTACTS
index 5b3a90d..4b81714 100644 (file)
@@ -27,7 +27,7 @@ c     &  dipderx(3,5,4,maxconts,maxres)
 C 10/30/99 Added other pre-computed vectors and matrices needed 
 C          to calculate three - six-order el-loc correlation terms
       double precision Ug,Ugder,Ug2,Ug2der,obrot,obrot2,obrot_der,
-     &  obrot2_der,Ub2,Ub2der,mu,muder,EUg,EUgder,CUg,CUgder,
+     &  obrot2_der,Ub2,Ub2der,mu,muder,EUg,EUgder,CUg,CUgder,gmu,gUb2
      &  DUg,DUgder,DtUg2,DtUg2der,Ctobr,Ctobrder,Dtobr2,Dtobr2der
       common /rotat/ Ug(2,2,maxres),Ugder(2,2,maxres),Ug2(2,2,maxres),
      &  Ug2der(2,2,maxres),obrot(2,maxres),obrot2(2,maxres),
@@ -35,6 +35,7 @@ C          to calculate three - six-order el-loc correlation terms
 C This common block contains vectors and matrices dependent on a single
 C amino-acid residue.
       common /precomp1/ mu(2,maxres),muder(2,maxres),Ub2(2,maxres),
+     &  gmu(2,maxres),gUb2(2,maxres),
      &  Ub2der(2,maxres),Ctobr(2,maxres),Ctobrder(2,maxres),
      &  Dtobr2(2,maxres),Dtobr2der(2,maxres),
      &  EUg(2,2,maxres),EUgder(2,2,maxres),CUg(2,2,maxres),