X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc-M%2Finclude_unres%2FCOMMON.SBRIDGE;h=d02241de955a61edefe2efb5f859fec7e9d78fed;hb=4a5964cdc6b84e3073a4155bf997640cf45b6993;hp=028f9aec8849925f7301e589a9dbc374de99f6d3;hpb=94ad5ffafd322d8c99ac9204c10efa01746ea973;p=unres.git diff --git a/source/wham/src-M/include_unres/COMMON.SBRIDGE b/source/wham/src-M/include_unres/COMMON.SBRIDGE index 028f9ae..d02241d 100644 --- a/source/wham/src-M/include_unres/COMMON.SBRIDGE +++ b/source/wham/src-M/include_unres/COMMON.SBRIDGE @@ -2,11 +2,12 @@ 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,ibecarb + 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),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 @@ -15,6 +16,6 @@ logical dyn_ss,dyn_ss_mask common /dyn_ssbond/ dtriss,atriss,btriss,ctriss,Ht, & dyn_ssbond_ij(maxres,maxres), - & idssb(maxdim),jdssb(maxdim),ibecarb(maxdim) + & idssb(maxdim),jdssb(maxdim) common /dyn_ss_logic/ & dyn_ss,dyn_ss_mask(maxres)