Move mtxio.* to fileio/
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 21 Apr 2014 04:11:00 +0000 (07:11 +0300)
committerRoland Schulz <roland@rschulz.eu>
Mon, 28 Apr 2014 02:25:44 +0000 (04:25 +0200)
commit5936e000c5c29a42e712e7b802f82b310f23ece4
treeaab7c26eb37573ca6221b37f396c130b6990d1b3
parent2cc66cb63684c047f9af98feadb8918476c74b5d
Move mtxio.* to fileio/

This removes some cyclic module-level dependencies, and is more in line
with the current layout, where all I/O code specific to some file
formats is in fileio/.  math/ in general probably also needs to be lower
in the dependency stack than fileio/, so it is not possible to keep the
code in the old place without introducing a cyclic dependency.

Change-Id: If0c0632a3d5b3cd4ffe82f38f743e9afdc7ffdff
src/gromacs/fileio/CMakeLists.txt
src/gromacs/fileio/mtxio.c [moved from src/gromacs/linearalgebra/mtxio.c with 100% similarity]
src/gromacs/fileio/mtxio.h [moved from src/gromacs/linearalgebra/mtxio.h with 97% similarity]
src/gromacs/gmxana/gmx_nmeig.c
src/gromacs/linearalgebra/CMakeLists.txt
src/gromacs/mdlib/minimize.c
src/gromacs/tools/dump.c