port documentation spelling fixes to comments or strings in source code.
This commit is contained in:
@ -272,7 +272,7 @@ void ChangeBox::command(int narg, char **arg)
|
||||
if (domain->dimension == 2 && domain->zperiodic == 0)
|
||||
error->all(FLERR,
|
||||
"Cannot change box z boundary to "
|
||||
"nonperiodic for a 2d simulation");
|
||||
"non-periodic for a 2d simulation");
|
||||
domain->set_initial_box();
|
||||
domain->set_global_box();
|
||||
domain->set_local_box();
|
||||
|
||||
Reference in New Issue
Block a user