READ_HOMOL_FRAG wham
[unres.git] / source / wham / src / COMMON.CONTROL
1       integer iscode,indpdb,outpdb,outmol2,icomparfunc,pdbint,
2      & ensembles,constr_dist,constr_homology,homol_nset,
3      & iset,ihset
4       real*8 waga_homology
5       real*8 waga_dist, waga_angle, waga_theta, waga_d, dist_cut,
6      &  dist2_cut
7       logical refstr,pdbref,punch_dist,print_rms,caonly,verbose,
8      & merge_helices,bxfile,cxfile,histfile,entfile,zscfile,
9      & rmsrgymap,with_dihed_constr,check_conf,histout,out1file,
10      & read2sigma,l_homo,read_homol_frag
11       common /cntrl/ iscode,indpdb,refstr,pdbref,outpdb,outmol2,
12      & punch_dist,print_rms,caonly,verbose,icomparfunc,pdbint,
13      & merge_helices,bxfile,cxfile,histfile,entfile,zscfile,rmsrgymap,
14      & ensembles,with_dihed_constr,check_conf,histout,constr_dist,
15      & constr_homology,out1file,homol_nset,read2sigma,read_homol_frag
16       common /homol/  waga_homology(maxR),
17      & waga_dist,waga_angle,waga_theta,waga_d,dist_cut,dist2_cut,
18      & iset,ihset,l_homo(max_template,maxdim)