Introduce gmx report-methods
commitbfba36812d0545e760f2cd1c3bd4149ff63bfb21
authorPaul Bauer <paul.bauer.q@gmail.com>
Thu, 17 May 2018 18:04:57 +0000 (17 20:04 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 14 Sep 2018 08:54:45 +0000 (14 10:54 +0200)
tree93e976c4649a3a6e00af59037f002ba66092858e
parente5a941a4649d73e4a4d19104d5f4ffa19f5d8fd6
Introduce gmx report-methods

The writing of system information from gmx check has been
moved to a new module gmx report-methods that does the only
this part, writing the basic system information to the
the terminal, as well as a LaTeX formatted or unformatted
output file.

Change-Id: Id34c8ca67e606a88da70fe9558b2811a716dcc47
src/gromacs/tools/CMakeLists.txt
src/gromacs/tools/report-methods.cpp [new file with mode: 0644]
src/gromacs/tools/report-methods.h [new file with mode: 0644]
src/gromacs/tools/tests/CMakeLists.txt [copied from src/gromacs/tools/CMakeLists.txt with 87% similarity]
src/gromacs/tools/tests/lysozyme.pdb [new file with mode: 0644]
src/gromacs/tools/tests/lysozyme.top [new file with mode: 0644]
src/gromacs/tools/tests/report-methods.cpp [new file with mode: 0644]
src/programs/legacymodules.cpp