X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fcluster%2Fwham%2Fsrc%2FCOMMON.CONTROL;h=69784196822a4f87c7e9321d16d783f1f880494d;hb=5303919700c65ffc77d1e57d865fdc3262d17130;hp=8c9e31727784d4da982abad8d79461dd250f5481;hpb=24bbf0f3f06452c69bf4b69b4a9ba620e0260d7b;p=unres.git diff --git a/source/cluster/wham/src/COMMON.CONTROL b/source/cluster/wham/src/COMMON.CONTROL index 8c9e317..6978419 100644 --- a/source/cluster/wham/src/COMMON.CONTROL +++ b/source/cluster/wham/src/COMMON.CONTROL @@ -1,9 +1,21 @@ 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 + & ,dist2_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,print_homology_restraints, + & print_contact_map,print_homology_models + & ,read2sigma,l_homo 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, + & print_contact_map,read2sigma,l_homo(max_template,maxdim) + common /cntrlr/ waga_homology(20), + & waga_dist, waga_angle, waga_theta, waga_d, dist_cut,dist2_cut, + & iset, + & print_homology_restraints,print_homology_models +