forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11830 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
f461504c93
commit
4fa40b7f36
|
@ -1292,7 +1292,7 @@ void Neighbor::print_lists_of_lists()
|
||||||
int Neighbor::decide()
|
int Neighbor::decide()
|
||||||
{
|
{
|
||||||
if (must_check) {
|
if (must_check) {
|
||||||
int n = update->ntimestep;
|
bigint n = update->ntimestep;
|
||||||
if (restart_check && n == output->next_restart) return 1;
|
if (restart_check && n == output->next_restart) return 1;
|
||||||
for (int i = 0; i < fix_check; i++)
|
for (int i = 0; i < fix_check; i++)
|
||||||
if (n == modify->fix[fixchecklist[i]]->next_reneighbor) return 1;
|
if (n == modify->fix[fixchecklist[i]]->next_reneighbor) return 1;
|
||||||
|
|
Loading…
Reference in New Issue