X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD%2FCOMMON.SBRIDGE;h=a146c54be4f4392e0a45a7618fc15c63ce8a9703;hb=0ac3e213ddf0781a6f0d219678fe652ef72dbfe7;hp=4b28273be38b4161335bc205b7b3efc034c2494b;hpb=2ff50af0c3c062eea3ed8938b9d9abf88d040b85;p=unres.git diff --git a/source/unres/src_MD/COMMON.SBRIDGE b/source/unres/src_MD/COMMON.SBRIDGE index 4b28273..a146c54 100644 --- a/source/unres/src_MD/COMMON.SBRIDGE +++ b/source/unres/src_MD/COMMON.SBRIDGE @@ -2,9 +2,10 @@ integer ns,nss,nfree,iss common /sbridge/ ss_depth,ebr,d0cm,akcm,akth,akct,v1ss,v2ss,v3ss, & ns,nss,nfree,iss(maxss) - double precision dhpb,dhpb1,forcon - integer ihpb,jhpb,nhpb + double precision dhpb,dhpb1,forcon,fordepth + integer ihpb,jhpb,nhpb,idssb,jdssb common /links/ dhpb(maxdim),dhpb1(maxdim),forcon(maxdim), + & fordepth(maxdim), & ihpb(maxdim),jhpb(maxdim),ibecarb(maxdim),nhpb double precision weidis common /restraints/ weidis @@ -12,5 +13,6 @@ common /links_split/ link_start,link_end double precision Ht,dyn_ssbond_ij logical dyn_ss,dyn_ss_mask - common /dyn_ssbond/ Ht,dyn_ss,dyn_ss_mask(maxres), - & dyn_ssbond_ij(maxres,maxres) + common /dyn_ssbond/ dyn_ssbond_ij(maxres,maxres), + & idssb(maxdim),jdssb(maxdim), + & Ht,dyn_ss,dyn_ss_mask(maxres)