Adam's new constr_dist single chain
[unres.git] / source / unres / src_MD / COMMON.SBRIDGE
index a146c54..469add2 100644 (file)
@@ -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)