Skip to content
  • Mark Abraham's avatar
    Use better data structure to implement ResidueType · 17ff48f0
    Mark Abraham authored
    Now insertions and lookups occur in constant time, rather than linear
    time. This greatly improves the many lookups needed in grompp to
    build the ndx file.
    
    Renamed entry field as entries, which works better for naming a
    container.
    17ff48f0