git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14659 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user