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;