7b79a58c6b4157e8f32356617f6b8b5fdb63e05e
[unres.git] / source / wham / src-HCD-5D / COMMON.CHAIN
1       integer nres,nres0,nsup,nstart_sup,nend_sup,nstart_seq,
2      & ishift_pdb,chain_length,chain_border,chain_border1,ichanres,
3      & tabpermchain,nchain ,npermchain,ireschain,iz_sc,nres_chomo
4       double precision c,cref,crefjlee,dc,xloc,xrot,dc_norm,t,r,prod,rt,
5      & rmssing,anatemp,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      & rmssing,anatemp,iz_sc,nsup,
12      & nstart_sup,nend_sup,chain_length(maxchain),npermchain,
13      & ireschain(maxres),tabpermchain(maxchain,maxperm),
14      & chain_border(2,maxchain),chain_border1(2,maxchain),nchain,
15      & nstart_seq,ishift_pdb
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)