Move readinp.* and warninp.* to fileio/
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 14 Dec 2015 18:43:26 +0000 (20:43 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 15 Dec 2015 08:54:54 +0000 (09:54 +0100)
commit23084d4d1a265f7951a55f1d4af34b71e05424a6
treef3215c985c4179657c3f6247fdf550f32910b455
parentddd1ed95b4eb31ba09aee204f3ce5836e5f69fab
Move readinp.* and warninp.* to fileio/

These are related to reading certain file formats, so they naturally fit
there.

Change-Id: Ie39f853be580d2d0cf7f2ffd989aaaf2b7c82eb0
23 files changed:
src/gromacs/fileio/readinp.cpp [moved from src/gromacs/gmxlib/readinp.cpp with 99% similarity]
src/gromacs/fileio/readinp.h [moved from src/gromacs/gmxlib/readinp.h with 98% similarity]
src/gromacs/fileio/warninp.cpp [moved from src/gromacs/gmxlib/warninp.cpp with 100% similarity]
src/gromacs/fileio/warninp.h [moved from src/gromacs/gmxlib/warninp.h with 98% similarity]
src/gromacs/gmxana/gmx_analyze.cpp
src/gromacs/gmxana/gmx_make_edi.cpp
src/gromacs/gmxana/gmx_pme_error.cpp
src/gromacs/gmxana/gmx_sham.cpp
src/gromacs/gmxana/gmx_tune_pme.cpp
src/gromacs/gmxana/gmx_xpm2ps.cpp
src/gromacs/gmxpreprocess/genconf.cpp
src/gromacs/gmxpreprocess/grompp.cpp
src/gromacs/gmxpreprocess/nm2type.cpp
src/gromacs/gmxpreprocess/pdb2gmx.cpp
src/gromacs/gmxpreprocess/readir.cpp
src/gromacs/gmxpreprocess/readir.h
src/gromacs/gmxpreprocess/readpull.cpp
src/gromacs/gmxpreprocess/topio.cpp
src/gromacs/gmxpreprocess/toppush.cpp
src/gromacs/gmxpreprocess/toppush.h
src/gromacs/gmxpreprocess/x2top.cpp
src/programs/mdrun/mdrun.cpp
src/programs/mdrun/membed.cpp