Fix case insensitive string comparison
commitff6cbd788849961a2ed1767488c7194efc9a0602
authorPaul Bauer <paul.bauer.q@gmail.com>
Fri, 15 Mar 2019 15:27:37 +0000 (15 16:27 +0100)
committerChristian Blau <cblau@gwdg.de>
Tue, 19 Mar 2019 13:09:02 +0000 (19 14:09 +0100)
tree9d126b285217fdcb926a8b587a3fffeed2979a60
parentfa050e6d275344350ef1f3ccc0aad3c14b8ca29e
Fix case insensitive string comparison

Changed instances of string comparison back to use same order as in
original code, and revert one change for comparison over length to
original code.

Change-Id: I07c3ccce93c37ff897365d80c0ff384e29aa6322
src/gromacs/gmxpreprocess/pdb2top.cpp
src/gromacs/gmxpreprocess/resall.cpp
src/gromacs/topology/residuetypes.cpp