2b481a5b6f39d3dcbf9615c71de6e197f74fd267
[unres.git] / source / cluster / wham / src-HCD-5D / COMMON.CHAIN
1       integer nres,nres0,nsup,nstart_sup,nend_sup,nstart_seq,
2      & nchain,chain_border,chain_length,ireschain,npermchain,
3      & tabpermchain,ishift_pdb,iz_sc,nres_chomo
4       double precision c,cref,crefjlee,cref_pdb,dc,xloc,xrot,dc_norm,
5      & t,r,prod,rt,chomo
6       common /chain/ c(3,maxres2+2),dc(3,maxres2),xloc(3,maxres),
7      & xrot(3,maxres),dc_norm(3,maxres2),nres,nres0
8       common /rotmat/ t(3,3,maxres),r(3,3,maxres),prod(3,3,maxres),
9      &                rt(3,3,maxres) 
10       common /refstruct/ cref(3,maxres2+2),crefjlee(3,maxres2+2),
11      &  cref_pdb(3,maxres2+2),iz_sc,nsup,nstart_sup,
12      &  nstart_seq,nend_sup,
13      & chain_length(maxchain),npermchain,ireschain(maxres),
14      & tabpermchain(maxchain,maxperm),
15      & chain_border(2,maxchain),nchain
16       double precision boxxsize,boxysize,boxzsize,enecut,sscut,sss,
17      & sssgrad,
18      & buflipbot, bufliptop,bordlipbot,bordliptop,lipbufthick,lipthick
19       common /box/  boxxsize,boxysize,boxzsize,enecut,sscut,sss,sssgrad,
20      & buflipbot, bufliptop,bordlipbot,bordliptop,lipbufthick,lipthick
21       common /chomo_models/ chomo(3,maxres2+2,max_template),
22      & nres_chomo(max_template)