add placeholders to include files for error messges

This commit is contained in:
Steven J. Plimpton
2018-04-03 17:48:31 -06:00
parent 0bfb6f0c2a
commit 5221ac2d55
211 changed files with 2546 additions and 644 deletions

View File

@ -181,10 +181,9 @@ E: Invalid immediate variable
Syntax of immediate value is incorrect.
E: Substitution for illegal variable
E: Substitution for illegal variable %s
Input script line contained a variable that could not be substituted
for.
UNDOCUMENTED
E: Illegal ... command
@ -254,6 +253,14 @@ E: Bond_style command when no bonds allowed
The chosen atom style does not allow for bonds to be defined.
E: Bond_write command when no bonds allowed
UNDOCUMENTED
E: Bond_write command before bond_style is defined
UNDOCUMENTED
E: Boundary command after simulation box is defined
The boundary command cannot be used after a read_data, read_restart,
@ -381,4 +388,9 @@ E: Units command after simulation box is defined
The units command cannot be used after a read_data, read_restart, or
create_box command.
U: Substitution for illegal variable
Input script line contained a variable that could not be substituted
for.
*/