make error messages consistent and improve their grammar
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user