X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD%2FCOMMON.SBRIDGE;h=469add22e985ba3721b071e5261a376b1ab59082;hb=8568fc505b3e0d3f39901e7cf9de933603c71011;hp=a146c54be4f4392e0a45a7618fc15c63ce8a9703;hpb=94b8e262bc9a6abf9c4a779950b4aaff41acd251;p=unres.git diff --git a/source/unres/src_MD/COMMON.SBRIDGE b/source/unres/src_MD/COMMON.SBRIDGE index a146c54..469add2 100644 --- a/source/unres/src_MD/COMMON.SBRIDGE +++ b/source/unres/src_MD/COMMON.SBRIDGE @@ -2,17 +2,18 @@ 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,fordepth - integer ihpb,jhpb,nhpb,idssb,jdssb + double precision dhpb,dhpb1,forcon,fordepth,xlscore,wboltzd + integer ihpb,jhpb,nhpb,idssb,jdssb,ibecarb,irestr_type common /links/ dhpb(maxdim),dhpb1(maxdim),forcon(maxdim), - & fordepth(maxdim), - & ihpb(maxdim),jhpb(maxdim),ibecarb(maxdim),nhpb + & fordepth(maxdim),xlscore(maxdim),wboltzd, + & ihpb(maxdim),jhpb(maxdim),ibecarb(maxdim),irestr_type(maxdim), + & nhpb double precision weidis common /restraints/ weidis integer link_start,link_end common /links_split/ link_start,link_end - double precision Ht,dyn_ssbond_ij + double precision Ht,dyn_ssbond_ij,dtriss,atriss,btriss,ctriss logical dyn_ss,dyn_ss_mask common /dyn_ssbond/ dyn_ssbond_ij(maxres,maxres), - & idssb(maxdim),jdssb(maxdim), - & Ht,dyn_ss,dyn_ss_mask(maxres) + & Ht,dtriss,atriss,btriss,ctriss,dyn_ss,dyn_ss_mask(maxres), + & idssb(maxdim),jdssb(maxdim)