git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3128 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2009-08-28 20:28:23 +00:00
parent 877eb8283b
commit 5e18b620f3
10 changed files with 35 additions and 17 deletions

View File

@ -80,8 +80,9 @@ Fix::Fix(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
PRE_FORCE_RESPA = 2048;
POST_FORCE_RESPA = 4096;
FINAL_INTEGRATE_RESPA = 8192;
MIN_POST_FORCE = 16384;
MIN_ENERGY = 32768;
MIN_PRE_EXCHANGE = 16384;
MIN_POST_FORCE = 32768;
MIN_ENERGY = 65536;
}
/* ---------------------------------------------------------------------- */