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

@ -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));
}
/* ----------------------------------------------------------------------