error messages

This commit is contained in:
Jacob Gissinger
2021-12-07 23:32:14 -05:00
parent de635cc68d
commit 83a978d69b
8 changed files with 91 additions and 42 deletions

View File

@ -79,4 +79,13 @@ E: Topology type exceeds system topology type
The number of bond, angle, etc types exceeds the system setting. See
the create_box or read_data command for how to specify these values.
E: Type label already exists: type labels must be unique
For a given type-kind (atom types, bond types, etc.), a given type
label can be assigned to only one numeric type.
E: Type labels cannot start with a number
Self-explanatory.
*/