git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14533 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user