permit asterisk in type labels
This commit is contained in:
@ -28,8 +28,8 @@ assigned.
|
||||
Valid type labels can contain any alphanumeric character, but cannot
|
||||
start with a number. They can also contain standard characters, such
|
||||
as square brackets "[" and "]", underscore "_", dash "-", plus "+" and
|
||||
equals "=" signs. Note that type labels cannot contain the symbols
|
||||
'#' or '*'.
|
||||
equals "=" signs. Note that type labels cannot contain the comment
|
||||
symbol '#'.
|
||||
|
||||
There are two ways to define label maps. One is via the
|
||||
:doc:`labelmap <labelmap>` command. The other is via the
|
||||
|
||||
@ -40,7 +40,7 @@ As explained on the Howto page, valid type labels can contain any
|
||||
alphanumeric character, but cannot start with a number. They can also
|
||||
contain standard characters such as square brackets "[" and "]", dash
|
||||
"-", underscore "_", plus "+" and equals "=" signs. Note that type
|
||||
labels cannot contain the symbols '#' or '*'.
|
||||
labels cannot contain the comment symbol '#'.
|
||||
|
||||
A *labelmap* command can only modify the label map for one type-kind
|
||||
(atom types, bond types, etc). Any number of numeric-type/type-label
|
||||
|
||||
Reference in New Issue
Block a user