Split gro I/O routines from confio.cpp
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 22 Jul 2015 18:08:39 +0000 (21:08 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Wed, 22 Jul 2015 19:02:16 +0000 (21:02 +0200)
commit86d17b51f8c88e4c25e4ee89885545056cd150a6
tree7f514efa6c0b81a937e4538b473bcb543cc7b1f4
parent6d710a72324939e6e1be178868cf79fb2f6a9203
Split gro I/O routines from confio.cpp

Move routines to do gro-format I/O to a separate file.  As with g96io.h,
this would ideally be internal to the fileio module, but unfortunately a
few tools peek into the details of some specific format.

The naming of the routines will be changed separately.

Change-Id: Ia0b190a95f4fb2cd223a6581531aaf45e99d3440
src/gromacs/fileio/confio.cpp
src/gromacs/fileio/confio.h
src/gromacs/fileio/groio.cpp [new file with mode: 0644]
src/gromacs/fileio/groio.h [new file with mode: 0644]
src/gromacs/fileio/trxio.cpp
src/gromacs/gmxana/gmx_confrms.c
src/gromacs/gmxana/gmx_trjconv.c