make error messages consistent and improve their grammar

This commit is contained in:
Axel Kohlmeyer
2023-07-21 11:24:57 -04:00
parent 0b57ea246c
commit 2da908190b
7 changed files with 31 additions and 20 deletions

View File

@ -529,7 +529,7 @@ int DumpGrid::count()
if (ncompute) {
for (i = 0; i < ncompute; i++) {
if (!compute[i]->is_initialized())
error->all(FLERR,"Dump compute ID {} cannot be invoked before initialized by a run",
error->all(FLERR,"Dump compute ID {} cannot be invoked before initialization by a run",
compute[i]->id);
if (!(compute[i]->invoked_flag & Compute::INVOKED_PERGRID)) {
compute[i]->compute_pergrid();