WHAM and CLUSTER with HM restraints by AL and FP
[unres.git] / source / cluster / wham / src / COMMON.CONTROL
index 8c9e317..7619565 100644 (file)
@@ -1,9 +1,15 @@
       double precision betaT
-      integer iscode,indpdb,outpdb,outmol2,iopt,nstart,nend,constr_dist
+      integer iscode,indpdb,outpdb,outmol2,iopt,nstart,nend,constr_dist,
+     & constr_homology,homol_nset,iset
+      real*8 waga_homology
+      real*8 waga_dist, waga_angle,waga_theta, waga_d, dist_cut
       logical refstr,pdbref,punch_dist,print_dist,caonly,lside,
      & lprint_cart,lprint_int,from_cart,efree,from_bx,from_cx,
-     & with_dihed_constr
+     & with_dihed_constr,out1file
       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,efree,iopt,nstart,nend,constr_dist,
-     & with_dihed_constr
+     & with_dihed_constr, constr_homology,homol_nset,out1file
+      common /cntrlr/ waga_homology(1),
+     & waga_dist, waga_angle, waga_theta, waga_d, dist_cut,iset
+