From 507adef0787f84fe225c19b01798f6846de51e6b Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 27 Mar 2015 19:56:16 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13316 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/special.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/special.cpp b/src/special.cpp index 6b969e0006..420a8388ab 100644 --- a/src/special.cpp +++ b/src/special.cpp @@ -220,7 +220,7 @@ void Special::build() // extract count from buffer that has cycled back to me // nspecial[i][1] = # of 1-3 neighbors of atom i -< j = 0; + j = 0; for (i = 0; i < nlocal; i++) { nspecial[i][1] = buf[j]; j += 2 + nspecial[i][0];