update new files
[unres.git] / source / wham / src-M-SAXS / 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,dc,xloc,xrot,dc_norm,t,r,prod,rt,
5      & rmssing,anatemp
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),rmssing,anatemp,iz_sc,nsup,
11      & nstart_sup,nend_sup,chain_length(maxchain),npermchain,
12      & ireschain(maxres),tabpermchain(maxchain,maxperm),
13      & chain_border(2,maxchain),nchain,nstart_seq,ishift_pdb
14       double precision boxxsize,boxysize,boxzsize,enecut,sscut,sss,
15      &  sssgrad,
16      & buflipbot, bufliptop,bordlipbot,bordliptop,lipbufthick,lipthick
17       common /box/  boxxsize,boxysize,boxzsize,enecut,sscut,sss,sssgrad,
18      & buflipbot, bufliptop,bordlipbot,bordliptop,lipbufthick,lipthick
19