read2sigma in wham and cluster_wham
[unres.git] / source / wham / src / COMMON.CONTROL
index 209c22a..4b021d0 100644 (file)
@@ -2,14 +2,17 @@
      & ensembles,constr_dist,constr_homology,homol_nset,
      & iset,ihset
       real*8 waga_homology
-      real*8 waga_dist, waga_angle, waga_theta, waga_d, dist_cut
+      real*8 waga_dist, waga_angle, waga_theta, waga_d, dist_cut,
+     &  dist2_cut
       logical refstr,pdbref,punch_dist,print_rms,caonly,verbose,
      & merge_helices,bxfile,cxfile,histfile,entfile,zscfile,
-     & rmsrgymap,with_dihed_constr,check_conf,histout,out1file
+     & rmsrgymap,with_dihed_constr,check_conf,histout,out1file,
+     & read2sigma,l_homo
       common /cntrl/ iscode,indpdb,refstr,pdbref,outpdb,outmol2,
      & punch_dist,print_rms,caonly,verbose,icomparfunc,pdbint,
      & merge_helices,bxfile,cxfile,histfile,entfile,zscfile,rmsrgymap,
      & ensembles,with_dihed_constr,check_conf,histout,constr_dist,
-     & constr_homology,out1file,homol_nset
+     & constr_homology,out1file,homol_nset,read2sigma
       common /homol/  waga_homology(maxR),
-     & waga_dist,waga_angle,waga_theta,waga_d,dist_cut,iset,ihset
+     & waga_dist,waga_angle,waga_theta,waga_d,dist_cut,dist2_cut,
+     & iset,ihset,l_homo(max_template,maxdim)