ec85f0b4b85c90692f4bcd497037d1dba59eb11e
[unres.git] / source / cluster / wham / src-M / COMMON.CONTROL
1       double precision betaT
2       integer iscode,indpdb,outpdb,outmol2,iopt,nstart,nend,symetr,
3      & constr_dist,shield_mode,tor_mode,
4      & constr_homology,homol_nset,
5      & iset,ihset
6       real*8 waga_homology
7       real*8 waga_dist, waga_angle, waga_theta, waga_d, dist_cut,
8      &  dist2_cut
9       logical refstr,pdbref,punch_dist,print_dist,caonly,lside,
10      & lprint_cart,lprint_int,from_cart,efree,from_bx,from_cx,
11      & with_dihed_constr,with_theta_constr,out1file,
12      & print_homology_restraints,
13      & print_contact_map,print_homology_models,
14      & read2sigma,l_homo
15       common /cntrl/ betaT,iscode,indpdb,refstr,pdbref,outpdb,outmol2,
16      & punch_dist,print_dist,caonly,lside,lprint_cart,lprint_int,
17      & from_cart,from_bx,from_cx, with_dihed_constr,with_theta_constr,
18      & efree,iopt,nstart,nend,symetr,
19      & tor_mode,shield_mode,
20      & constr_dist,out1file,
21      & constr_homology,homol_nset,read2sigma
22       common /homol/  waga_homology(10),
23      & waga_dist,waga_angle,waga_theta,waga_d,dist_cut,dist2_cut,
24      & iset,ihset,l_homo(max_template,maxdim),
25      & print_homology_restraints,print_homology_models