Mark optional input/output files in gmx order
commit9f4f314132b44db8a745cbd76f12f8268a0a6e61
authorTeemu Murtola <teemu.murtola@gmail.com>
Tue, 3 May 2016 17:33:29 +0000 (3 19:33 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Tue, 3 May 2016 17:35:09 +0000 (3 19:35 +0200)
treef96d434ebfe9730e43fd91bbf480ba76e01441af
parenta96cd4042dd15a0ff7f3089ff1cb10d3c3e326cf
Mark optional input/output files in gmx order

Mark files that are not always read, or which are not written if the
user does not ask for them, with ffOPTRD/ffOPTWR instead of using
ffREAD/ffWRITE.  With changes in 5.1, files marked with ffREAD are
really mandatory, since we check already during command-line parsing
that the file actually exists (so that we can give a good error
message).  This change also improves the understandability of the help.

Fixes #1954.

Change-Id: I6a991786b8cc48a61eedad9f855a93559bb8a5a0
src/gromacs/gmxana/gmx_order.c