the first working version of multichain homology
[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
5       real*8 waga_homology
6       real*8 waga_dist, waga_angle, waga_theta, waga_d, dist_cut,
7      &  dist2_cut
8       logical refstr,pdbref,punch_dist,print_rms,caonly,verbose,
9      & merge_helices,bxfile,cxfile,histfile,entfile,zscfile,
10      & rmsrgymap,with_dihed_constr,check_conf,histout,out1file,
11      & read2sigma,l_homo,with_theta_constr
12       common /cntrl/ iscode,indpdb,refstr,pdbref,outpdb,outmol2,
13      & punch_dist,print_rms,caonly,verbose,icomparfunc,pdbint,
14      & merge_helices,bxfile,cxfile,histfile,entfile,zscfile,rmsrgymap,
15      & ensembles,with_dihed_constr,check_conf,histout,
16      & with_theta_constr,
17      & symetr,
18      & constr_dist,
19      & constr_homology,out1file,homol_nset,read2sigma
20       common /homol/  waga_homology(maxR),
21      & waga_dist,waga_angle,waga_theta,waga_d,dist_cut,dist2_cut,
22      & iset,ihset,l_homo(max_template,maxdim)
23