Split espresso I/O routines from confio.cpp
authorTeemu Murtola <teemu.murtola@gmail.com>
Thu, 23 Jul 2015 03:28:30 +0000 (06:28 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Thu, 23 Jul 2015 03:31:20 +0000 (06:31 +0300)
commit64a6716f5a93af9cd89db4e62142a871a95a27b7
tree5c0bf3eccf1bbb46765693e1f7b63301a76437ca
parent86d17b51f8c88e4c25e4ee89885545056cd150a6
Split espresso I/O routines from confio.cpp

Move routines to read/write Espresso files to a separate espio.* files
from confio.cpp.  Now confio.cpp provides the wrappers that allow
writing different formats with a unified API, and each individual format
is handled by a separate file (which is named after the format
extension), making the code easier to find and understand.  Further
refactoring to follow beyond just code motion.

Change-Id: I8e1df41f59d65e8a69d6d4a9d30b2f36bc489584
src/gromacs/fileio/confio.cpp
src/gromacs/fileio/espio.cpp [new file with mode: 0644]
src/gromacs/fileio/espio.h [new file with mode: 0644]