From 60ec76287666766ea9164337bd6eb0f1a681a7fd Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 29 Jan 2016 20:37:11 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14529 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/neighbor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/neighbor.cpp b/src/neighbor.cpp index 721b2b5df2..db28f6d309 100644 --- a/src/neighbor.cpp +++ b/src/neighbor.cpp @@ -2017,8 +2017,8 @@ void Neighbor::bin_atoms() // NOTE: added for USER-DPD, why do we need this? - if (last_binning_timestep == update->ntimestep) return; - last_binning_timestep = update->ntimestep; + //if (last_binning_timestep == update->ntimestep) return; + //last_binning_timestep = update->ntimestep; for (i = 0; i < mbins; i++) binhead[i] = -1;