Merge remote branch 'lammps-ro/master' into lammps-icms

Resovled Conflicts:
	src/lammps.cpp
This commit is contained in:
Axel Kohlmeyer
2014-09-11 13:44:35 +02:00
43 changed files with 3762 additions and 3249 deletions

View File

@ -644,7 +644,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);
}
/* ---------------------------------------------------------------------- */