X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD%2FCOMMON.CONTROL;h=e512e53161ee1f699772f9f328cab8d8e0d5e28c;hb=1d656a815651f26cc5ccb9ccf24d66cbbae2a048;hp=ce2c00dbf156834426471f02b0a2cbf21e3ddf4c;hpb=73ca05fce4b785367bd9600c24a7f026feff14bf;p=unres.git diff --git a/source/unres/src_MD/COMMON.CONTROL b/source/unres/src_MD/COMMON.CONTROL index ce2c00d..e512e53 100644 --- a/source/unres/src_MD/COMMON.CONTROL +++ b/source/unres/src_MD/COMMON.CONTROL @@ -1,15 +1,20 @@ integer modecalc,iscode,indpdb,indback,indphi,iranconf,icheckgrad, - & inprint,i2ndstr,mucadyn,constr_dist,constr_homology + & 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 - logical minim,refstr,pdbref,outpdb,outmol2,overlapsc,energy_dec, + 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 common /cntrl/ modecalc,iscode,indpdb,indback,indphi,iranconf, - & icheckgrad,minim,i2ndstr,refstr,pdbref,outpdb,outmol2,iprint, + & icheckgrad,minim,i2ndstr,refstr,pdbref,outpdb,outmol2,outx, + & iprint, & 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,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