Introduce string comparison function
authorPaul Bauer <paul.bauer.q@gmail.com>
Mon, 21 Jan 2019 09:07:33 +0000 (10:07 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 23 Jan 2019 08:23:06 +0000 (09:23 +0100)
commit9c2eb03b35674e6a381bf49a2ccbc90d7e447343
tree754357cf60e9b8f56b779b58fd62c05e206ac2a2
parentbfdba06d16adcb83eaf5ffe41eba1523a55361d4
Introduce string comparison function

Added function to perform case insensitive string
comparison on std::string as input. Used some places in preprocessing as
showcases for the new function.

Change-Id: Ie128949883c05d0e7f951687bb4d51eca1d6f9d2
src/gromacs/gmxpreprocess/pdb2gmx.cpp
src/gromacs/topology/residuetypes.cpp
src/gromacs/utility/stringutil.cpp
src/gromacs/utility/stringutil.h