cluster average over multiple temperatures
[unres.git] / source / cluster / wham / src-M / COMMON.CONTROL
index ec85f0b..6894685 100644 (file)
@@ -2,24 +2,30 @@
       integer iscode,indpdb,outpdb,outmol2,iopt,nstart,nend,symetr,
      & constr_dist,shield_mode,tor_mode,
      & constr_homology,homol_nset,
-     & iset,ihset
+     & iset,ihset,nsaxs,saxs_mode
       real*8 waga_homology
       real*8 waga_dist, waga_angle, waga_theta, waga_d, dist_cut,
      &  dist2_cut
+      real*8 Psaxs(maxsaxs),distsaxs(maxsaxs),CSAXS(3,maxsaxs),
+     & scal_rad,wsaxs0,saxs_cutoff
       logical refstr,pdbref,punch_dist,print_dist,caonly,lside,
      & lprint_cart,lprint_int,from_cart,efree,from_bx,from_cx,
      & with_dihed_constr,with_theta_constr,out1file,
      & print_homology_restraints,
      & print_contact_map,print_homology_models,
-     & read2sigma,l_homo
+     & read2sigma,l_homo,read_homol_frag,dist1cut,cumul_prob
       common /cntrl/ betaT,iscode,indpdb,refstr,pdbref,outpdb,outmol2,
      & punch_dist,print_dist,caonly,lside,lprint_cart,lprint_int,
      & from_cart,from_bx,from_cx, with_dihed_constr,with_theta_constr,
      & efree,iopt,nstart,nend,symetr,
      & tor_mode,shield_mode,
      & constr_dist,out1file,
-     & constr_homology,homol_nset,read2sigma
+     & constr_homology,homol_nset,read2sigma,read_homol_frag,dist1cut,
+     & cumul_prob
       common /homol/  waga_homology(10),
      & waga_dist,waga_angle,waga_theta,waga_d,dist_cut,dist2_cut,
      & iset,ihset,l_homo(max_template,maxdim),
      & print_homology_restraints,print_homology_models
+      common /saxsretr/ Psaxs,distsaxs,csaxs,Wsaxs0,scal_rad,
+     & saxs_cutoff,nsaxs,saxs_mode
+