Skip to content
Snippets Groups Projects
Commit 130b036a authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@836 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent f2db3214
No related branches found
No related tags found
No related merge requests found
...@@ -395,7 +395,6 @@ void Neighbor::granular_bin_newton() ...@@ -395,7 +395,6 @@ void Neighbor::granular_bin_newton()
// if j is owned atom, store it, since j is beyond i in linked list // if j is owned atom, store it, since j is beyond i in linked list
// if j is ghost, only store if j coords are "above and to the right" of i // if j is ghost, only store if j coords are "above and to the right" of i
for (j = bins[i]; j >= 0; j = bins[j]) { for (j = bins[i]; j >= 0; j = bins[j]) {
if (j >= nlocal) { if (j >= nlocal) {
if (x[j][2] < ztmp) continue; if (x[j][2] < ztmp) continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment