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

This commit is contained in:
sjplimp
2007-08-03 19:42:43 +00:00
parent 91ddd38380
commit 124c51243b

View File

@ -454,8 +454,8 @@ void Respa::recurse(int ilevel)
if (ilevel) recurse(ilevel-1);
// at outermost level:
// call initial_integrate w/ flag = 1 so fix NPT,NPH perform 2nd dilate
// at correct symmetric position in rRESPA hierarchy
// call initial_integrate w/ flag = 1 so fix NPT,NPH performs
// 2nd box deform at correct symmetric position in rRESPA hierarchy
// check on rebuilding neighbor list
// at innermost level, communicate
// at middle levels, do nothing