copy src_MD-M-SAXS-homology src-HCD-5D
[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,ichanres,tabpermchain,
3      & nchain ,npermchain,ireschain,iz_sc
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),nchain,nstart_seq,ishift_pdb
15       double precision boxxsize,boxysize,boxzsize,enecut,sscut,sss,
16      &  sssgrad,
17      & buflipbot, bufliptop,bordlipbot,bordliptop,lipbufthick,lipthick
18       common /box/  boxxsize,boxysize,boxzsize,enecut,sscut,sss,sssgrad,
19      & buflipbot, bufliptop,bordlipbot,bordliptop,lipbufthick,lipthick
20       common /chomo_models/ chomo(3,maxres2+2,max_template)