Skip to content
Snippets Groups Projects
Select Git revision
  • 1b4c09aa951e0d871d8644eb1ea8537058865bb3
  • master default protected
  • develop protected
  • cmake_boost_refactor
  • ubuntu_ci
  • mmtf
  • non-orthogonal-maps
  • no_boost_filesystem
  • data_viewer
  • 2.11.1
  • 2.11.0
  • 2.10.0
  • 2.9.3
  • 2.9.2
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.0
  • 2.6.1
  • 2.6.0
  • 2.6.0-rc4
  • 2.6.0-rc3
  • 2.6.0-rc2
  • 2.6.0-rc
  • 2.5.0
  • 2.5.0-rc2
  • 2.5.0-rc
  • 2.4.0
  • 2.4.0-rc2
29 results

query_impl.cc

Blame
  • user avatar
    Marco Biasini authored
    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.
    75410e6a
    History
    query_impl.cc 34.21 KiB