add some calls to utils::errorurl(22)
This commit is contained in:
@ -69,7 +69,7 @@ void ComputeImproper::compute_vector()
|
||||
{
|
||||
invoked_vector = update->ntimestep;
|
||||
if (update->eflag_global != invoked_vector)
|
||||
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));
|
||||
|
||||
for (int i = 0; i < nsub; i++) emine[i] = improper->styles[i]->energy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user