remove "box" command

This commit is contained in:
Axel Kohlmeyer
2022-11-21 13:46:59 -05:00
parent 045afe00d8
commit 13fcbeda18
6 changed files with 7 additions and 38 deletions

View File

@ -32,6 +32,10 @@ void Deprecated::command(int narg, char **arg)
if (cmd == "DEPRECATED") {
if (lmp->comm->me == 0) utils::logmesg(lmp, "\nCommand 'DEPRECATED' is a dummy command\n\n");
return;
} else if (cmd == "box") {
if (lmp->comm->me == 0)
utils::logmesg(lmp, "\nThe 'box' command has been removed and will be ignored\n\n");
return;
} else if (cmd == "reset_ids") {
if (lmp->comm->me == 0)
utils::logmesg(lmp, "\n'reset_ids' has been renamed to 'reset_atom_ids'\n\n");