forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12830 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
53d8975ee4
commit
a58e9a481f
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue