X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD-M%2FCOMMON.CONTROL;h=0a868ced7c8f27c17962f01724ccb7af55e0f14e;hb=6d74bfa38307157b15037b211b6537fd77bbbf88;hp=40346c751a45f4ce7029d994a24396b23a21525e;hpb=a45ce81aae2c857c30b821e39e45a7a08356de4d;p=unres.git diff --git a/source/unres/src_MD-M/COMMON.CONTROL b/source/unres/src_MD-M/COMMON.CONTROL index 40346c7..0a868ce 100644 --- a/source/unres/src_MD-M/COMMON.CONTROL +++ b/source/unres/src_MD-M/COMMON.CONTROL @@ -1,13 +1,20 @@ integer modecalc,iscode,indpdb,indback,indphi,iranconf,icheckgrad, - & inprint,i2ndstr,mucadyn,constr_dist,symetr + & inprint,i2ndstr,mucadyn,constr_dist,symetr,AFMlog,selfguide, + & constr_homology,homol_nset + real*8 waga_homology + real*8 waga_dist, waga_angle, waga_theta, waga_d, dist_cut logical minim,refstr,pdbref,outpdb,outmol2,overlapsc,energy_dec, & sideadd,lsecondary,read_cart,unres_pdb, & vdisulf,searchsc,lmuca,dccart,extconf,out1file, - & gnorm_check,gradout,split_ene + & gnorm_check,gradout,split_ene,read2sigma common /cntrl/ modecalc,iscode,indpdb,indback,indphi,iranconf, & icheckgrad,minim,i2ndstr,refstr,pdbref,outpdb,outmol2,iprint, & overlapsc,energy_dec,sideadd,lsecondary,read_cart,unres_pdb & ,vdisulf,searchsc,lmuca,dccart,mucadyn,extconf,out1file, - & constr_dist,gnorm_check,gradout,split_ene,symetr + & constr_dist,gnorm_check,gradout,split_ene,symetr,AFMlog, + & selfguide, + & constr_homology,homol_nset,read2sigma + common /homol/ waga_homology(maxprocs/20), + & waga_dist, waga_angle, waga_theta, waga_d, dist_cut C... minim = .true. means DO minimization. C... energy_dec = .true. means print energy decomposition matrix