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

@ -85,7 +85,7 @@ double ComputePE::compute_scalar()
{
invoked_scalar = update->ntimestep;
if (update->eflag_global != invoked_scalar)
error->all(FLERR, "Energy was not tallied on needed timestep");
error->all(FLERR, Error::NOLASTLINE, "Energy was not tallied on needed timestep{}", utils::errorurl(22));
double one = 0.0;
if (pairflag && force->pair) one += force->pair->eng_vdwl + force->pair->eng_coul;