Adam's changes
[unres.git] / source / cluster / wham / src-HCD-5D / include_unres / COMMON.CONTMAT
1 C Change 12/1/95 - common block CONTACTS1 included.
2       common /contacts1/ facont(maxconts,maxres),
3      &                  gacont(3,maxconts,maxres),
4      &                  num_cont(maxres),jcont(maxconts,maxres)
5 C 12/26/95 - H-bonding contacts
6       double precision gacontp_hb1,gacontp_hb2,gacontp_hb3,gacont_hbr,
7      & gacontm_hb1,gacontm_hb2,gacontm_hb3,grij_hb_cont,facont_hb,
8      & ees0p,ees0m,d_cont
9       integer num_cont_hb,jcont_hb
10       common /contacts_hb/ 
11      &  gacontp_hb1(3,maxconts,maxres),gacontp_hb2(3,maxconts,maxres),
12      &  gacontp_hb3(3,maxconts,maxres),
13      &  gacontm_hb1(3,maxconts,maxres),gacontm_hb2(3,maxconts,maxres),
14      &  gacontm_hb3(3,maxconts,maxres),
15      &  gacont_hbr(3,maxconts,maxres),
16      &  grij_hb_cont(3,maxconts,maxres),
17      &  facont_hb(maxconts,maxres),ees0p(maxconts,maxres),
18      &  ees0m(maxconts,maxres),d_cont(maxconts,maxres),
19      &  num_cont_hb(maxres),jcont_hb(maxconts,maxres)
20       double precision a_chuj,a_chuj_der
21       common /dipmat/ a_chuj(2,2,maxconts,maxres),
22      &  a_chuj_der(2,2,3,5,maxconts,maxres)
23 c 7/25/08 Commented out; not needed when cumulants used
24 C Interactions of pseudo-dipoles generated by loc-el interactions.
25 c      double precision dip,dipderg,dipderx
26 c      common /dipint/ dip(4,maxconts,maxres),dipderg(4,maxconts,maxres),
27 c     &  dipderx(3,5,4,maxconts,maxres)