git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7267 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -509,14 +509,7 @@ void Input::clear()
|
||||
if (narg > 0) error->all(FLERR,"Illegal clear command");
|
||||
lmp->destroy();
|
||||
lmp->create();
|
||||
|
||||
// use of "omp" suffix implies using "package omp"
|
||||
// re-create the effect of that package command which creates a fix
|
||||
|
||||
if (lmp->suffix && lmp->suffix_enable) {
|
||||
if (strcmp(lmp->suffix,"omp") == 0)
|
||||
lmp->input->one("package omp *");
|
||||
}
|
||||
lmp->post_create();
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user