Remove support for .g87 and .xyz I/O formats
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 12 Jan 2014 22:23:11 +0000 (23:23 +0100)
committerRossen Apostolov <rossen@kth.se>
Sun, 16 Feb 2014 22:35:34 +0000 (23:35 +0100)
commit8cc7218b0154e77fc3f02b7b65de6f7778e2271a
tree4a0bc126adf26a005dc7914f6193d272e921f756
parent423b5001540ff9e4a8695b1bd1496e58e8824ee2
Remove support for .g87 and .xyz I/O formats

Aspects of support for these have been broken since before GROMACS
4.5. That support is sometimes interactive, and thus a poor fit for
the way GROMACS supports other trajectory and coordinate formats.
Other file-format conversion options exist; GROMACS does not have to
be a Swiss-army knife.

Removed undocumented features of gmx helix that required .g87 support
for no particularly good reason.

Uncrustified files in this commit

Change-Id: Iad4845fd66ad4c55f9a31965d33ded745656db53
17 files changed:
manual/files.tex
share/html/links.dat
share/html/online/files.html
share/html/online/g87.html [deleted file]
src/gromacs/commandline/tests/refdata/CommandLineHelpWriterTest_HandlesLongFileOptions.xml
src/gromacs/commandline/tests/refdata/CommandLineHelpWriterTest_HandlesOptionTypes.xml
src/gromacs/fileio/confio.c
src/gromacs/fileio/filenm.c
src/gromacs/fileio/filenm.h
src/gromacs/fileio/g87io.c [deleted file]
src/gromacs/fileio/g87io.h [deleted file]
src/gromacs/fileio/trxio.c
src/gromacs/gmxana/gmx_helix.c
src/gromacs/gmxana/gmx_trjcat.c
src/gromacs/gmxana/gmx_trjconv.c
src/gromacs/gmxana/legacytests/gmx_traj_tests.cpp
src/gromacs/gmxana/legacytests/spc2-traj.g87 [deleted file]