Convert gmx dump to module
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 24 Feb 2019 07:15:57 +0000 (08:15 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Mon, 25 Mar 2019 11:42:50 +0000 (12:42 +0100)
commit475a9e22fe4fc43547a67e92af9c106dfd3ac89a
tree7ecc9d3a183cd43e03ba50ed676a1957e21dfeb7
parent107eba77fb5f32551e15ced6af8ef9756ad68c20
Convert gmx dump to module

Used Options and more std::string.

Minor fixes and improvements to text. Removed the report of the known
bug, replacing it with a TODO.

Added eftRunInput to the filename option types understood by
FileNameOption machinery, so that tools that only operate on .tpr
files work properly. This is then used for gmx dump -s.

Refs #2877

Change-Id: I5bb1c73c39a4cdd820735f894d4cb55d171afd48
src/gromacs/options/filenameoption.cpp
src/gromacs/options/optionfiletype.h
src/gromacs/tools/dump.cpp
src/gromacs/tools/dump.h
src/programs/legacymodules.cpp