Merge branch 'master' into symbolic-atom-constants

This commit is contained in:
Axel Kohlmeyer
2020-09-15 14:58:13 -04:00
459 changed files with 11521 additions and 10514 deletions

View File

@ -1871,6 +1871,7 @@ void Input::timestep()
{
if (narg != 1) error->all(FLERR,"Illegal timestep command");
update->dt = utils::numeric(FLERR,arg[0],false,lmp);
update->dt_default = 0;
}
/* ---------------------------------------------------------------------- */