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

This commit is contained in:
sjplimp
2016-01-23 00:47:55 +00:00
parent 28d6cef697
commit d4a5571aab
3 changed files with 3 additions and 0 deletions

View File

@ -253,6 +253,7 @@ void Min::setup()
// compute all forces // compute all forces
force->setup();
ev_set(update->ntimestep); ev_set(update->ntimestep);
force_clear(); force_clear();
modify->setup_pre_force(vflag); modify->setup_pre_force(vflag);

View File

@ -422,6 +422,7 @@ void Respa::setup()
// compute all forces // compute all forces
force->setup();
ev_set(update->ntimestep); ev_set(update->ntimestep);
for (int ilevel = 0; ilevel < nlevels; ilevel++) { for (int ilevel = 0; ilevel < nlevels; ilevel++) {

View File

@ -119,6 +119,7 @@ void Verlet::setup()
// compute all forces // compute all forces
force->setup();
ev_set(update->ntimestep); ev_set(update->ntimestep);
force_clear(); force_clear();
modify->setup_pre_force(vflag); modify->setup_pre_force(vflag);