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

This commit is contained in:
sjplimp
2014-09-10 19:39:31 +00:00
parent ea08246205
commit 58a11d6bc2
5 changed files with 51 additions and 11 deletions

View File

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