d0a7a0748cb5a4e8acdc6ca339849c855fd0eedc
[unres.git] / source / wham / src-M / COMMON.CONTROL
1       integer iscode,indpdb,outpdb,outmol2,icomparfunc,pdbint,
2      & ensembles,constr_dist,symetr,
3      & constr_homology,homol_nset,
4      & iset,ihset,nsaxs,saxs_mode
5       real*8 waga_homology
6       real*8 waga_dist, waga_angle, waga_theta, waga_d, dist_cut,
7      &  dist2_cut
8       real*8 Psaxs(maxsaxs),distsaxs(maxsaxs),CSAXS(3,maxsaxs),
9      &  scal_rad,wsaxs0,saxs_cutoff
10       logical refstr,pdbref,punch_dist,print_rms,caonly,verbose,
11      & merge_helices,bxfile,cxfile,histfile,entfile,zscfile,
12      & rmsrgymap,with_dihed_constr,check_conf,histout,out1file,
13      & read2sigma,l_homo,with_theta_constr,read_homol_frag
14       common /cntrl/ iscode,indpdb,refstr,pdbref,outpdb,outmol2,
15      & punch_dist,print_rms,caonly,verbose,icomparfunc,pdbint,
16      & merge_helices,bxfile,cxfile,histfile,entfile,zscfile,rmsrgymap,
17      & ensembles,with_dihed_constr,check_conf,histout,
18      & with_theta_constr,
19      & symetr,
20      & constr_dist,
21      & constr_homology,out1file,homol_nset,read2sigma,read_homol_frag
22       common /homol/  waga_homology(maxR),
23      & waga_dist,waga_angle,waga_theta,waga_d,dist_cut,dist2_cut,
24      & iset,ihset,l_homo(max_template,maxdim)
25       common /saxsretr/ Psaxs,distsaxs,csaxs,Wsaxs0,scal_rad,
26      & saxs_cutoff,nsaxs,saxs_mode
27