Reorder code within gmxfio
authorTeemu Murtola <teemu.murtola@gmail.com>
Tue, 30 Jun 2015 10:51:10 +0000 (13:51 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Thu, 2 Jul 2015 05:36:15 +0000 (08:36 +0300)
commit6736d2f72045a0913ad2c1d4f969ec07284c526a
tree3024c489a6648a6bbeb8b1eea576c0482e640fe5
parentf05ab2395528b62c423ab9e6f72c0ceac561b3a3
Reorder code within gmxfio

Move all XDR writing code, including helper functions only used by it,
into gmxfio_xdr.c and rename it into gmxfio-xdr.c.  Remove these from
gmxfio-impl.h and make them static.  No changes to the actual code,
except for some handling of the itmp variables in gmx_bool functions to
satisfy gcc maybe-uninitialized warnings.

Change-Id: If2190f9429585ac0e2ee86b24dd41969f4ae8d49
src/gromacs/fileio/gmxfio-impl.h
src/gromacs/fileio/gmxfio-xdr.c [moved from src/gromacs/fileio/gmxfio_rw.c with 53% similarity]
src/gromacs/fileio/gmxfio.c
src/gromacs/fileio/gmxfio_xdr.c [deleted file]