git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14129 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-10-21 18:51:09 +00:00
parent 9a878cdd67
commit ef82677cb2
3 changed files with 40 additions and 12 deletions

View File

@ -733,7 +733,7 @@ void Input::clear()
if (narg > 0) error->all(FLERR,"Illegal clear command");
lmp->destroy();
lmp->create();
lmp->post_create(0,NULL,NULL,NULL);
lmp->post_create();
}
/* ---------------------------------------------------------------------- */