9bd6fd469427b2a3cca37fd47d95e63e525d0da5
[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,nsaxs,saxs_mode
6       real*8 waga_homology
7       real*8 waga_dist, waga_angle, waga_theta, waga_d, dist_cut,
8      &  dist2_cut
9       real*8 Psaxs(maxsaxs),distsaxs(maxsaxs),CSAXS(3,maxsaxs),
10      & scal_rad,wsaxs0,saxs_cutoff
11       logical refstr,pdbref,punch_dist,print_dist,caonly,lside,
12      & lprint_cart,lprint_int,from_cart,efree,from_bx,from_cx,
13      & with_dihed_constr,with_theta_constr,out1file,
14      & print_homology_restraints,
15      & print_contact_map,print_homology_models,
16      & read2sigma,l_homo
17       common /cntrl/ betaT,iscode,indpdb,refstr,pdbref,outpdb,outmol2,
18      & punch_dist,print_dist,caonly,lside,lprint_cart,lprint_int,
19      & from_cart,from_bx,from_cx, with_dihed_constr,with_theta_constr,
20      & efree,iopt,nstart,nend,symetr,
21      & tor_mode,shield_mode,
22      & constr_dist,out1file,
23      & constr_homology,homol_nset,read2sigma
24       common /homol/  waga_homology(10),
25      & waga_dist,waga_angle,waga_theta,waga_d,dist_cut,dist2_cut,
26      & iset,ihset,l_homo(max_template,maxdim),
27      & print_homology_restraints,print_homology_models
28       common /saxsretr/ Psaxs,distsaxs,csaxs,Wsaxs0,scal_rad,
29      & saxs_cutoff,nsaxs,saxs_mode
30