From 130b036a87676a3f303abdac4a91c557b0417d2e Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 7 Sep 2007 16:58:47 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@836 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/neigh_gran.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/neigh_gran.cpp b/src/neigh_gran.cpp index 5662c02a96..ef12943b40 100644 --- a/src/neigh_gran.cpp +++ b/src/neigh_gran.cpp @@ -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 ghost, only store if j coords are "above and to the right" of i - for (j = bins[i]; j >= 0; j = bins[j]) { if (j >= nlocal) { if (x[j][2] < ztmp) continue;