update all simple coeff messages
This commit is contained in:
@ -179,7 +179,7 @@ void PairCoulWolf::settings(int narg, char **arg)
|
||||
|
||||
void PairCoulWolf::coeff(int narg, char **arg)
|
||||
{
|
||||
if (narg != 2) error->all(FLERR, "Incorrect args for pair coefficients");
|
||||
if (narg != 2) error->all(FLERR, "Incorrect args for pair coefficients" + utils::errorurl(21));
|
||||
if (!allocated) allocate();
|
||||
|
||||
int ilo, ihi, jlo, jhi;
|
||||
@ -194,7 +194,7 @@ void PairCoulWolf::coeff(int narg, char **arg)
|
||||
}
|
||||
}
|
||||
|
||||
if (count == 0) error->all(FLERR, "Incorrect args for pair coefficients");
|
||||
if (count == 0) error->all(FLERR, "Incorrect args for pair coefficients" + utils::errorurl(21));
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user