Merge branch 'collected-small-changes' into reset-command
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user