add FLERR argument to force->bounds() in born/coul/dsf
This commit is contained in:
@ -242,8 +242,8 @@ void PairBornCoulDSF::coeff(int narg, char **arg)
|
|||||||
if (!allocated) allocate();
|
if (!allocated) allocate();
|
||||||
|
|
||||||
int ilo,ihi,jlo,jhi;
|
int ilo,ihi,jlo,jhi;
|
||||||
force->bounds(arg[0],atom->ntypes,ilo,ihi);
|
force->bounds(FLERR,arg[0],atom->ntypes,ilo,ihi);
|
||||||
force->bounds(arg[1],atom->ntypes,jlo,jhi);
|
force->bounds(FLERR,arg[1],atom->ntypes,jlo,jhi);
|
||||||
|
|
||||||
double a_one = force->numeric(FLERR,arg[2]);
|
double a_one = force->numeric(FLERR,arg[2]);
|
||||||
double rho_one = force->numeric(FLERR,arg[3]);
|
double rho_one = force->numeric(FLERR,arg[3]);
|
||||||
|
|||||||
Reference in New Issue
Block a user