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

This commit is contained in:
sjplimp
2016-02-03 20:53:35 +00:00
parent 9cf43f2a0b
commit 3e9a18b5bb
3 changed files with 484 additions and 15 deletions

View File

@ -162,7 +162,6 @@ Neighbor::Neighbor(LAMMPS *lmp) : Pointers(lmp)
improperlist = NULL;
copymode = 0;
last_binning_timestep = -1;
}
/* ---------------------------------------------------------------------- */
@ -2015,11 +2014,6 @@ void Neighbor::bin_atoms()
{
int i,ibin;
// NOTE: added for USER-DPD, why do we need this?
//if (last_binning_timestep == update->ntimestep) return;
//last_binning_timestep = update->ntimestep;
for (i = 0; i < mbins; i++) binhead[i] = -1;
// bin in reverse order so linked list will be in forward order