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

This commit is contained in:
sjplimp
2010-05-10 20:14:00 +00:00
parent b4a48851d1
commit 57832c956c
3 changed files with 5 additions and 9 deletions

View File

@ -529,9 +529,7 @@ void FixShake::post_force_respa(int vflag, int ilevel, int iloop)
{
// call stats only on outermost level
printf("SHAKE POST FORCE ilevel %d iloop %d\n",ilevel,iloop);
stats();
//if (ilevel == nlevels_respa-1 && update->ntimestep == next_output) stats();
if (ilevel == nlevels_respa-1 && update->ntimestep == next_output) stats();
// enforce SHAKE constraints on every loop iteration of every rRESPA level
// except last loop iteration of inner levels