update several pair styles to be compliant with refactored respa lists data structures
This commit is contained in:
@ -263,22 +263,6 @@ void PairLJLongDipoleLong::init_style()
|
||||
if (force->kspace) g_ewald = force->kspace->g_ewald;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
neighbor callback to inform pair style of neighbor list to use
|
||||
regular or rRESPA
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void PairLJLongDipoleLong::init_list(int id, NeighList *ptr)
|
||||
{
|
||||
if (id == 0) list = ptr;
|
||||
else if (id == 1) listinner = ptr;
|
||||
else if (id == 2) listmiddle = ptr;
|
||||
else if (id == 3) listouter = ptr;
|
||||
|
||||
if (id)
|
||||
error->all(FLERR,"Pair style lj/long/dipole/long does not currently support respa");
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
init for one type pair i,j and corresponding j,i
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user