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

This commit is contained in:
sjplimp 2014-04-01 22:24:38 +00:00
parent bd537e077e
commit fb0ae8629b
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,7 @@ void PairADP::compute(int eflag, int vflag)
for (jj = 0; jj < jnum; jj++) {
j = jlist[jj];
j &= NEIGHMASK;
delx = xtmp - x[j][0];
dely = ytmp - x[j][1];
@ -293,6 +294,7 @@ void PairADP::compute(int eflag, int vflag)
for (jj = 0; jj < jnum; jj++) {
j = jlist[jj];
j &= NEIGHMASK;
delx = xtmp - x[j][0];
dely = ytmp - x[j][1];