Remove unnecessary extensions in t_filenm defaults
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 27 Jul 2014 04:31:56 +0000 (07:31 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 8 Sep 2014 03:12:30 +0000 (05:12 +0200)
commite4bc541ba5c3224f242c9d251d19c01c9e6c3037
tree91f9f44b89939b3cd2ef399d80db2e2e57e176cb
parent236deaf1539a55c3f03ff40e16175ffcb65a6cfe
Remove unnecessary extensions in t_filenm defaults

Several tools had an extension specified for the default file name in
t_filenm, but that extension matched either the only accepted extension
for the file type, or to the default extension for that type.

To keep the code more uniform, remove those unnecessary declarations.
This leaves <10 instances where t_filenm specifies a non-default
extension for the default file name (which doesn't currently work).
Probably some of those could also be removed, but at least a few are
justified, so a subsequent commit will add support for that.

Change-Id: I28053b6b407783b515144aad5351f27bbc2b6ba7
src/gromacs/gmxana/gmx_cluster.c
src/gromacs/gmxana/gmx_confrms.c
src/gromacs/gmxana/gmx_current.c
src/gromacs/gmxana/gmx_enemat.c
src/gromacs/gmxana/gmx_sorient.c
src/gromacs/gmxana/gmx_spol.c
src/gromacs/gmxana/gmx_traj.c