add error location propagation to force->bounds() and force->boundsbig()
This commit is contained in:
@ -156,7 +156,7 @@ void AngleDipole::coeff(int narg, char **arg)
|
||||
if (!allocated) allocate();
|
||||
|
||||
int ilo,ihi;
|
||||
force->bounds(arg[0],atom->nangletypes,ilo,ihi);
|
||||
force->bounds(FLERR,arg[0],atom->nangletypes,ilo,ihi);
|
||||
|
||||
double k_one = force->numeric(FLERR,arg[1]);
|
||||
double gamma0_one = force->numeric(FLERR,arg[2]);
|
||||
|
||||
Reference in New Issue
Block a user