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

This commit is contained in:
sjplimp
2016-01-29 20:37:11 +00:00
parent 029faeb7f0
commit 60ec762876

View File

@ -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;