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