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

This commit is contained in:
sjplimp
2013-02-19 15:06:33 +00:00
parent 9a3f8a7a89
commit bb9a46af64

View File

@ -71,13 +71,6 @@ void Special::build()
if (me == 0 && screen) fprintf(screen,"Finding 1-2 1-3 1-4 neighbors ...\n");
// setup ring of procs
int next = me + 1;
int prev = me - 1;
if (next == nprocs) next = 0;
if (prev < 0) prev = nprocs - 1;
// initialize nspecial counters to 0
for (i = 0; i < nlocal; i++) {