Move filenm.* to commandline
authorTeemu Murtola <teemu.murtola@gmail.com>
Tue, 1 Dec 2015 20:16:49 +0000 (22:16 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Thu, 3 Dec 2015 05:59:44 +0000 (06:59 +0100)
commit86ede59bbfecebe44a2ee9553acb5abfd36e74ff
tree23cc7a0a813a2e96fad0275517d2542cfe5d3dc4
parentff168e00f547ee367a3f2fadec558d810f9ee286
Move filenm.* to commandline

These are really related to command-line parsing instead of file I/O, so
they belong here.  Move opt2fn_master() to network.* to avoid an
commandline -> mdtypes dependency.

Convert existing comments to rudimentary Doxygen documentation to avoid
warnings.

Change-Id: Idd1a088a70f4687f1929075f14b5ac63564a1f9b
26 files changed:
src/gromacs/commandline/CMakeLists.txt
src/gromacs/commandline/filenm.cpp [moved from src/gromacs/fileio/filenm.cpp with 97% similarity]
src/gromacs/commandline/filenm.h [moved from src/gromacs/fileio/filenm.h with 56% similarity]
src/gromacs/commandline/pargs.h
src/gromacs/commandline/viewit.cpp
src/gromacs/essentialdynamics/edsam.cpp
src/gromacs/fileio/CMakeLists.txt
src/gromacs/gmxana/gmx_confrms.cpp
src/gromacs/gmxana/gmx_dyecoupl.cpp
src/gromacs/gmxana/gmx_mdmat.cpp
src/gromacs/gmxana/gmx_saltbr.cpp
src/gromacs/gmxlib/main.cpp
src/gromacs/gmxlib/network.cpp
src/gromacs/gmxlib/network.h
src/gromacs/imd/imd.cpp
src/gromacs/mdlib/mdoutf.cpp
src/gromacs/mdlib/minimize.cpp
src/gromacs/mdlib/tpi.cpp
src/gromacs/mdlib/trajectory_writing.cpp
src/gromacs/mdrunutility/handlerestart.cpp
src/gromacs/pulling/pull.cpp
src/gromacs/pulling/pull_rotation.cpp
src/programs/mdrun/md.cpp
src/programs/mdrun/mdrun.cpp
src/programs/mdrun/membed.cpp
src/programs/mdrun/runner.cpp