add placeholders to include files for error messges
This commit is contained in:
18
src/input.h
18
src/input.h
@ -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.
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user