git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9472 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -265,7 +265,7 @@ void Modify::setup_pre_neighbor()
|
|||||||
for (int i = 0; i < n_pre_neighbor; i++)
|
for (int i = 0; i < n_pre_neighbor; i++)
|
||||||
fix[list_pre_neighbor[i]]->setup_pre_neighbor();
|
fix[list_pre_neighbor[i]]->setup_pre_neighbor();
|
||||||
else if (update->whichflag == 2)
|
else if (update->whichflag == 2)
|
||||||
for (int i = 0; i < n_pre_neighbor; i++)
|
for (int i = 0; i < n_min_pre_neighbor; i++)
|
||||||
fix[list_min_pre_neighbor[i]]->min_setup_pre_neighbor();
|
fix[list_min_pre_neighbor[i]]->min_setup_pre_neighbor();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user