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

This commit is contained in:
sjplimp
2016-07-06 23:25:51 +00:00
parent 9da26677c5
commit 10c19a9530
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ void PairGranHertzHistory::compute(int eflag, int vflag)
torque[j][2] -= radj*tor3;
}
if (evflag) ev_tally_xyz(i,j,nlocal,0,
if (evflag) ev_tally_xyz(i,j,nlocal,newton_pair,
0.0,0.0,fx,fy,fz,delx,dely,delz);
}
}

View File

@ -305,7 +305,7 @@ void PairGranHookeHistory::compute(int eflag, int vflag)
torque[j][2] -= radj*tor3;
}
if (evflag) ev_tally_xyz(i,j,nlocal,0,
if (evflag) ev_tally_xyz(i,j,nlocal,newton_pair,
0.0,0.0,fx,fy,fz,delx,dely,delz);
}
}