1 double precision ss_depth,ebr,d0cm,akcm,akth,akct,v1ss,v2ss,v3ss
2 integer ns,nss,nfree,iss
3 common /sbridge/ ss_depth,ebr,d0cm,akcm,akth,akct,v1ss,v2ss,v3ss,
4 & ns,nss,nfree,iss(maxss)
5 double precision dhpb,dhpb1,forcon,fordepth,xlscore,wboltzd
6 integer ihpb,jhpb,nhpb,idssb,jdssb,ibecarb,irestr_type
7 common /links/ dhpb(maxdim),dhpb1(maxdim),forcon(maxdim),
8 & fordepth(maxdim),xlscore(maxdim),wboltzd,
9 & ihpb(maxdim),jhpb(maxdim),ibecarb(maxdim),irestr_type(maxdim),
11 double precision weidis
12 common /restraints/ weidis
13 integer link_start,link_end
14 common /links_split/ link_start,link_end
15 double precision Ht,dyn_ssbond_ij,dtriss,atriss,btriss,ctriss
16 logical dyn_ss,dyn_ss_mask
17 common /dyn_ssbond/ dyn_ssbond_ij(maxres,maxres),
18 & Ht,dtriss,atriss,btriss,ctriss,dyn_ss,dyn_ss_mask(maxres),
19 & idssb(maxdim),jdssb(maxdim)