change some char to string in gmxpreprocess
authorJoe Jordan <e.jjordan12@gmail.com>
Sun, 5 Aug 2018 17:55:36 +0000 (19:55 +0200)
committerJoe Jordan <e.jjordan12@gmail.com>
Fri, 24 Aug 2018 07:41:49 +0000 (09:41 +0200)
commit2363a20f1440581efeef36d29bd75a28b2d4f862
tree86f3a28135abb0af316b6e02bf70142a289ba803
parent1aa4fa40738209253abae5e3ebb8d3cf01b46950
change some char to string in gmxpreprocess

Related to #2566 and #2570. As part of the refactoring of
pdb2gmx one thing that becomes clear is that a lot of variables
could have better defined scope and readability could be
improved if some char's are converted to string's. This can
ripple through the code base of gmxpreprocess. I have followed
some of those ripples here and will continue to follow in
later changes.

Change-Id: I0d12704ef27c06a4f64f8d1e8638760c8c7019ae
12 files changed:
src/gromacs/gmxpreprocess/fflibutil.cpp
src/gromacs/gmxpreprocess/fflibutil.h
src/gromacs/gmxpreprocess/gen_vsite.cpp
src/gromacs/gmxpreprocess/h_db.cpp
src/gromacs/gmxpreprocess/nm2type.cpp
src/gromacs/gmxpreprocess/pdb2gmx.cpp
src/gromacs/gmxpreprocess/pdb2top.cpp
src/gromacs/gmxpreprocess/resall.cpp
src/gromacs/gmxpreprocess/resall.h
src/gromacs/gmxpreprocess/ter_db.cpp
src/gromacs/gmxpreprocess/xlate.cpp
src/gromacs/gmxpreprocess/xlate.h