git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12830 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2014-12-15 15:35:22 +00:00
parent 53d8975ee4
commit a58e9a481f
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}