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

@ -224,9 +224,9 @@ The ID and style of a fix match for a fix you are changing with a fix
command, but the new group you are specifying does not match the old
group.
E: Unknown fix style
E: Unknown fix style %s
The choice of fix style is unknown.
UNDOCUMENTED
E: Could not find fix_modify ID
@ -240,9 +240,9 @@ E: Reuse of compute ID
A compute ID cannot be used twice.
E: Unknown compute style
E: Unknown compute style %s
The choice of compute style is unknown.
UNDOCUMENTED
E: Could not find compute_modify ID
@ -252,4 +252,12 @@ E: Could not find compute ID to delete
Self-explanatory.
U: Unknown fix style
The choice of fix style is unknown.
U: Unknown compute style
The choice of compute style is unknown.
*/