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

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