Added homology restraints modified from Pawel and Magda's code
[unres.git] / source / wham / src-restraints / COMMON.CHAIN
1       integer nres,nres0,nsup,nstart_sup,nend_sup,nstart_seq,ishift_pdb,
2      & lim_odl, lim_dih,link_start_homo,link_end_homo,
3      & idihconstr_start_homo,idihconstr_end_homo
4       double precision c,cref,dc,xloc,xrot,dc_norm,t,r,prod,rt
5
6       real*8 odl(max_template,maxdim),sigma_odl(max_template,maxdim),
7      &    dih(max_template,maxres),sigma_dih(max_template,maxres)
8       integer ires_homo(maxdim),jres_homo(maxdim)
9       common /chain/ c(3,maxres2+2),dc(3,maxres2),xloc(3,maxres),
10      & xrot(3,maxres),dc_norm(3,maxres2),nres,nres0
11       common /rotmat/ t(3,3,maxres),r(3,3,maxres),prod(3,3,maxres),
12      &                rt(3,3,maxres) 
13       common /refstruct/ cref(3,maxres2+2),nsup,nstart_sup,nend_sup,
14      &                nstart_seq,ishift_pdb
15        common /homrestr/ odl,dih,sigma_dih,sigma_odl,
16      & lim_odl,lim_dih,ires_homo,jres_homo,link_start_homo,
17      & link_end_homo,idihconstr_start_homo,idihconstr_end_homo