update several pair styles to be compliant with refactored respa lists data structures

This commit is contained in:
Axel Kohlmeyer
2017-10-18 11:24:12 -04:00
parent 0966e14e73
commit 2c7528811d
9 changed files with 32 additions and 76 deletions

View File

@ -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
------------------------------------------------------------------------- */