Merge remote-tracking branch 'lammps/master' into kim-simulator-models

This commit is contained in:
Ellad Tadmor
2019-06-24 15:35:06 -05:00
446 changed files with 64659 additions and 9735 deletions

View File

@ -175,6 +175,11 @@ E: Unbalanced quotes in input line
No matching end double quote was found following a leading double
quote.
E: Incorrect conversion in format string
An immediate variable with format suffix was not using
either a %f, a %g, or a %e conversion in the format suffix.
E: Input line quote not followed by white-space
An end quote must be followed by white-space.