update all simple coeff messages

This commit is contained in:
megmcca
2025-02-03 12:13:52 -07:00
parent 504e747f3d
commit 32d0bf1bee
187 changed files with 404 additions and 404 deletions

View File

@ -123,7 +123,7 @@ void PairZero::settings(int narg, char **arg)
void PairZero::coeff(int narg, char **arg)
{
if ((narg < 2) || (coeffflag && narg > 3))
error->all(FLERR, "Incorrect args for pair coefficients");
error->all(FLERR, "Incorrect args for pair coefficients" + utils::errorurl(21));
if (!allocated) allocate();
@ -143,7 +143,7 @@ void PairZero::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));
}
/* ----------------------------------------------------------------------