X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fcluster%2Fwham%2Fsrc%2FCOMMON.CONTROL;h=7619565560682503b5a3422875beb01ba172598f;hb=357148eb01c1ea7e5cfd362d34f1e1ab61c8f2a8;hp=9f067fe3da7d0d0d58b0483bd46d3f2d386b85e2;hpb=478a9d9a1c99eb3f4bc4ca676ff3162bdd01d633;p=unres.git diff --git a/source/cluster/wham/src/COMMON.CONTROL b/source/cluster/wham/src/COMMON.CONTROL index 9f067fe..7619565 100644 --- a/source/cluster/wham/src/COMMON.CONTROL +++ b/source/cluster/wham/src/COMMON.CONTROL @@ -1,7 +1,15 @@ double precision betaT - integer iscode,indpdb,outpdb,outmol2,iopt,nstart,nend + 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 + & lprint_cart,lprint_int,from_cart,efree,from_bx,from_cx, + & 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 + & from_cart,from_bx,from_cx,efree,iopt,nstart,nend,constr_dist, + & with_dihed_constr, constr_homology,homol_nset,out1file + common /cntrlr/ waga_homology(1), + & waga_dist, waga_angle, waga_theta, waga_d, dist_cut,iset +