git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9206 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -245,6 +245,18 @@ void Modify::setup_pre_exchange()
|
||||
fix[list_min_pre_exchange[i]]->min_setup_pre_exchange();
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
setup pre_neighbor call, only for fixes that define pre_neighbor
|
||||
called from Verlet, RESPA
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void Modify::setup_pre_neighbor()
|
||||
{
|
||||
if (update->whichflag == 1)
|
||||
for (int i = 0; i < n_pre_neighbor; i++)
|
||||
fix[list_pre_neighbor[i]]->setup_pre_neighbor();
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
setup pre_force call, only for fixes that define pre_force
|
||||
called from Verlet, RESPA, Min
|
||||
|
||||
Reference in New Issue
Block a user