Merge branch 'master' into iss2345

This commit is contained in:
Axel Kohlmeyer
2020-09-15 14:06:16 -04:00
375 changed files with 11098 additions and 10093 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;
}
/* ---------------------------------------------------------------------- */