forgot to delete this line

This commit is contained in:
Axel Kohlmeyer
2021-03-17 00:21:40 -04:00
parent 2dc0b70575
commit 5ba57fdd44

View File

@ -1839,7 +1839,6 @@ void Input::suffix()
if (strcmp(arg[0],"hybrid") == 0) { if (strcmp(arg[0],"hybrid") == 0) {
if (narg != 3) error->all(FLERR,"Illegal suffix command"); if (narg != 3) error->all(FLERR,"Illegal suffix command");
lmp->suffix = utils::strdup(arg[1]); lmp->suffix = utils::strdup(arg[1]);
n = strlen(arg[2]) + 1;
lmp->suffix2 = utils::strdup(arg[2]); lmp->suffix2 = utils::strdup(arg[2]);
} else { } else {
if (narg != 1) error->all(FLERR,"Illegal suffix command"); if (narg != 1) error->all(FLERR,"Illegal suffix command");