make error messages consistent and improve their grammar
This commit is contained in:
@ -669,7 +669,7 @@ void DumpImage::write()
|
||||
if (grid_compute) {
|
||||
if (!grid_compute->is_initialized())
|
||||
error->all(FLERR,"Grid compute ID {} used in dump image cannot be invoked "
|
||||
"before initialized by a run", grid_compute->id);
|
||||
"before initialization by a run", grid_compute->id);
|
||||
if (!(grid_compute->invoked_flag & Compute::INVOKED_PERGRID)) {
|
||||
grid_compute->compute_pergrid();
|
||||
grid_compute->invoked_flag |= Compute::INVOKED_PERGRID;
|
||||
|
||||
Reference in New Issue
Block a user