Adam's changes to wham and cluster following previous commit
[unres.git] / source / cluster / wham / src / COMMON.CONTROL
1       double precision betaT
2       integer iscode,indpdb,outpdb,outmol2,iopt,nstart,nend,constr_dist,
3      & constr_homology,homol_nset,iset
4       real*8 waga_homology
5       real*8 waga_dist, waga_angle,waga_theta, waga_d, dist_cut
6       logical refstr,pdbref,punch_dist,print_dist,caonly,lside,
7      & lprint_cart,lprint_int,from_cart,efree,from_bx,from_cx,
8      & with_dihed_constr,out1file,print_homology_restraints,
9      & print_contact_map,print_homology_models
10       common /cntrl/ betaT,iscode,indpdb,refstr,pdbref,outpdb,outmol2,
11      & punch_dist,print_dist,caonly,lside,lprint_cart,lprint_int,
12      & from_cart,from_bx,from_cx,efree,iopt,nstart,nend,constr_dist,
13      & with_dihed_constr, constr_homology,homol_nset,out1file,
14      & print_contact_map
15       common /cntrlr/ waga_homology(10),
16      & waga_dist, waga_angle, waga_theta, waga_d, dist_cut,iset,
17      & print_homology_restraints,print_homology_models
18