X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc%2FCOMMON.CONTROL;h=4b021d085899696cc1024e73e737a0c176647fe5;hb=47afbd51a2fba288cfba94f44b53f10f835c1f79;hp=594cd80cb979ac45fa1c447bd58cfc8aba1e61aa;hpb=24bbf0f3f06452c69bf4b69b4a9ba620e0260d7b;p=unres.git diff --git a/source/wham/src/COMMON.CONTROL b/source/wham/src/COMMON.CONTROL index 594cd80..4b021d0 100644 --- a/source/wham/src/COMMON.CONTROL +++ b/source/wham/src/COMMON.CONTROL @@ -1,9 +1,18 @@ integer iscode,indpdb,outpdb,outmol2,icomparfunc,pdbint, - & ensembles,constr_dist + & 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, + & 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 + & 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 + & ensembles,with_dihed_constr,check_conf,histout,constr_dist, + & constr_homology,out1file,homol_nset,read2sigma + common /homol/ waga_homology(maxR), + & waga_dist,waga_angle,waga_theta,waga_d,dist_cut,dist2_cut, + & iset,ihset,l_homo(max_template,maxdim)