add some calls to utils::errorurl(22)

This commit is contained in:
Axel Kohlmeyer
2025-02-17 23:50:41 -05:00
parent fe5d6b154a
commit 0e07eab97f
23 changed files with 36 additions and 33 deletions

View File

@ -94,7 +94,7 @@ void ComputePEAtom::compute_peratom()
invoked_peratom = update->ntimestep;
if (update->eflag_atom != invoked_peratom)
error->all(FLERR, "Per-atom energy was not tallied on needed timestep");
error->all(FLERR, Error::NOLASTLINE, "Per-atom energy was not tallied on needed timestep{}", utils::errorurl(22));
// grow local energy array if necessary
// needs to be atom->nmax in length