add error location propagation to force->bounds() and force->boundsbig()
This commit is contained in:
@ -256,7 +256,7 @@ void ImproperHybrid::coeff(int narg, char **arg)
|
||||
if (!allocated) allocate();
|
||||
|
||||
int ilo,ihi;
|
||||
force->bounds(arg[0],atom->nimpropertypes,ilo,ihi);
|
||||
force->bounds(FLERR,arg[0],atom->nimpropertypes,ilo,ihi);
|
||||
|
||||
// 2nd arg = improper sub-style name
|
||||
// allow for "none" as valid sub-style name
|
||||
|
||||
Reference in New Issue
Block a user