Merge branch 'collected-small-changes' into reset-command

This commit is contained in:
Axel Kohlmeyer
2022-11-23 13:38:40 -05:00
58 changed files with 651 additions and 602 deletions

View File

@ -773,7 +773,6 @@ int Input::execute_command()
else if (mycmd == "bond_style") bond_style();
else if (mycmd == "bond_write") bond_write();
else if (mycmd == "boundary") boundary();
else if (mycmd == "box") box();
else if (mycmd == "comm_modify") comm_modify();
else if (mycmd == "comm_style") comm_style();
else if (mycmd == "compute") compute();
@ -1417,15 +1416,6 @@ void Input::boundary()
/* ---------------------------------------------------------------------- */
void Input::box()
{
if (domain->box_exist)
error->all(FLERR,"Box command after simulation box is defined");
domain->set_box(narg,arg);
}
/* ---------------------------------------------------------------------- */
void Input::comm_modify()
{
comm->modify_params(narg,arg);