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

This commit is contained in:
sjplimp
2016-02-22 17:10:07 +00:00
parent f705ef5600
commit 00fc71e8b8
2 changed files with 10 additions and 10 deletions

View File

@ -452,8 +452,8 @@ void PairTable::read_table(Table *tb, char *file, char *keyword)
if (ferror) {
char str[128];
sprintf(str,"%d force values in table are inconsistent with -dE/dr;"
"should only happen at inflection points",ferror);
sprintf(str,"%d force values in table are inconsistent with -dE/dr; "
"should only be mistakenly flagged at inflection points",ferror);
error->warning(FLERR,str);
}