Adam's cluster wham update
[unres.git] / source / cluster / wham / src-HCD / COMMON.CHAIN
index 9de64dd..a17e113 100644 (file)
@@ -1,9 +1,9 @@
       integer nres,nres0,nsup,nstart_sup,nend_sup,nstart_seq,
      & nchain,chain_border,chain_length,ireschain,npermchain,
-     & tabpermchain,ishift_pdb,iz_sc
+     & tabpermchain,ishift_pdb,iz_sc,nres_chomo
       double precision c,cref,crefjlee,cref_pdb,dc,xloc,xrot,dc_norm,
      & t,r,prod,rt,chomo
-      common /chain/ c(3,maxres2+2),dc(3,maxres2),xloc(3,maxres),
+      common /chain/ c(3,maxres2+2),dc(3,0:maxres2),xloc(3,maxres),
      & xrot(3,maxres),dc_norm(3,maxres2),nres,nres0
       common /rotmat/ t(3,3,maxres),r(3,3,maxres),prod(3,3,maxres),
      &                rt(3,3,maxres) 
@@ -18,4 +18,5 @@
      & buflipbot, bufliptop,bordlipbot,bordliptop,lipbufthick,lipthick
       common /box/  boxxsize,boxysize,boxzsize,enecut,sscut,sss,sssgrad,
      & buflipbot, bufliptop,bordlipbot,bordliptop,lipbufthick,lipthick
-      common /chomo_models/ chomo(3,maxres2+2,max_template)
+      common /chomo_models/ chomo(3,maxres2+2,max_template),
+     & nres_chomo(max_template)