Add tests for gmx chi
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 20 Aug 2021 09:57:13 +0000 (09:57 +0000)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 20 Aug 2021 09:57:13 +0000 (09:57 +0000)
commite002099ad46bc6a8ca0e311c20940c7c7ae5c251
tree820326a06c524ecf27b62ed2661e183845b03fa7
parent65d00d307b80996b49ae2ce08b54b31b1e8a49dd
Add tests for gmx chi

Fixed many memory leaks, unfortunately needing to add a new function
in order to work around the use of read_first_x().

Formally documented read_first_x() and read_next_x() as deprecated, as
the implementation of close_trx() in trxio.cpp has mentioned for a
long time.
api/legacy/include/gromacs/fileio/trxio.h
src/gromacs/fileio/trxio.cpp
src/gromacs/gmxana/anadih.cpp
src/gromacs/gmxana/gmx_chi.cpp
src/gromacs/gmxana/tests/CMakeLists.txt
src/gromacs/gmxana/tests/gmx_chi.cpp [new file with mode: 0644]
src/gromacs/gmxana/tests/refdata/GmxChiTest_gmxchiWorksWithAll.xml [new file with mode: 0644]
src/testutils/simulationdatabase/lysozyme-traj.gro [new file with mode: 0644]
src/testutils/testfilemanager.cpp