Skip to content
Snippets Groups Projects
Commit 75410e6a authored by Marco Biasini's avatar Marco Biasini
Browse files

added cname.rnum.aname shortcut to query language

The shortcut doesn't work when

 - cname is an empty string, numeric or any special character not
   allow in identifiers
 - the aname starts with a number. This is due to the fact, that the
   "." is both used as a decimal point in floating point numbers and
   as a separator between chain, residue number and atom name. When
   parsing a numerical token, we have deal with trailing "."
   appropriately and stop parsing when the next character is not
   numeric. However, when the character following the "." is numeric,
   we also treat it as part of the numeric value.
parent b10a44f4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment