From 5ba57fdd446be186e82ef9cb5b818575caaa534c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 17 Mar 2021 00:21:40 -0400 Subject: [PATCH] forgot to delete this line --- src/input.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input.cpp b/src/input.cpp index 9ac140753a..53fcc606db 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -1839,7 +1839,6 @@ void Input::suffix() if (strcmp(arg[0],"hybrid") == 0) { if (narg != 3) error->all(FLERR,"Illegal suffix command"); lmp->suffix = utils::strdup(arg[1]); - n = strlen(arg[2]) + 1; lmp->suffix2 = utils::strdup(arg[2]); } else { if (narg != 1) error->all(FLERR,"Illegal suffix command");