X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD%2FCOMMON.CONTROL;h=fd5ff5993b227e7a998d945816114af604e69432;hb=deb20219413d0f7b343aab7171e77186abc032c4;hp=5117426521344c71e4b16fe65351b436ae5d46ff;hpb=4c241ccc72db176021841c5e42d641ff2532f74c;p=unres.git diff --git a/source/unres/src_MD/COMMON.CONTROL b/source/unres/src_MD/COMMON.CONTROL index 5117426..fd5ff59 100644 --- a/source/unres/src_MD/COMMON.CONTROL +++ b/source/unres/src_MD/COMMON.CONTROL @@ -1,20 +1,22 @@ integer modecalc,iscode,indpdb,indback,indphi,iranconf,icheckgrad, & iprint,i2ndstr,mucadyn,constr_dist,constr_homology,homol_nset real*8 waga_homology - real*8 waga_dist, waga_angle, waga_theta, waga_d, dist_cut + real*8 waga_dist, waga_angle, waga_theta, waga_d, dist_cut, + & dist2_cut,checkgrad_inc logical minim,refstr,pdbref,outpdb,outmol2,outx,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 + & ,start_from_model common /cntrl/ modecalc,iscode,indpdb,indback,indphi,iranconf, & icheckgrad,minim,i2ndstr,refstr,pdbref,outpdb,outmol2,outx, - & iprint, + & iprint,checkgrad_inc, & overlapsc,energy_dec,sideadd,lsecondary,read_cart,unres_pdb & ,vdisulf,searchsc,lmuca,dccart,mucadyn,extconf,out1file, & constr_dist,gnorm_check,gradout,split_ene,constr_homology, - & homol_nset + & homol_nset,read2sigma,start_from_model common /homol/ waga_homology(maxprocs/20), - & waga_dist, waga_angle, waga_theta, waga_d, dist_cut, homol_nset + & waga_dist, waga_angle, waga_theta, waga_d, dist_cut,dist2_cut C... minim = .true. means DO minimization. C... energy_dec = .true. means print energy decomposition matrix