From 3b810ac69d2a547599a910dd8ef3da341e20e7ef Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 18 Jun 2012 14:32:21 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8303 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_shear_history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fix_shear_history.cpp b/src/fix_shear_history.cpp index 35070e34c8..b63d7a0369 100644 --- a/src/fix_shear_history.cpp +++ b/src/fix_shear_history.cpp @@ -121,7 +121,7 @@ void FixShearHistory::pre_exchange() NeighList *list = pair->list; int nlocal = atom->nlocal; - //if (list->inum) + if (list->inum) for (i = 0; i < nlocal; i++) npartner[i] = 0;