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