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

This commit is contained in:
sjplimp
2013-03-07 17:32:03 +00:00
parent 3d25c94f33
commit 91b7613960
4 changed files with 11 additions and 1 deletions

View File

@ -560,6 +560,11 @@ void Respa::recurse(int ilevel)
timer->stamp(TIME_COMM);
}
// force computations
// important that ordering is same as Verlet
// so that any order dependencies are the same
// when potentials are invoked at same level
force_clear(newton[ilevel]);
if (modify->n_pre_force_respa)
modify->pre_force_respa(vflag,ilevel,iloop);