From a58e9a481fade52a5413a6635eec12c61ea03f9b Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 15 Dec 2014 15:35:22 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12830 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/thermo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thermo.cpp b/src/thermo.cpp index a1a42ed974..c4007f9478 100644 --- a/src/thermo.cpp +++ b/src/thermo.cpp @@ -915,7 +915,7 @@ void Thermo::parse_fields(char *str) delete [] id; - } else error->all(FLERR,"Invalid keyword in thermo_style custom command"); + } else error->all(FLERR,"Unknown keyword in thermo_style custom command"); word = strtok(NULL," \0"); }