Fix minor trjconv bug
commit91fd36e38b7272710de0bd5923980383aa6d7088
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 1 Dec 2016 00:24:48 +0000 (1 01:24 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 1 Dec 2016 00:24:48 +0000 (1 01:24 +0100)
treebb0eab860691b01a7981c33b42f6cf547fd1d6db
parent17c6b1f0f84484c0f9742e390853d58e8d9e426e
Fix minor trjconv bug

gmx trjconv -novel -f in.pdb -o out.pdb did not work as was probably
intended, because ftpin had an excessive large scope plus a default
value, and was only set by the -vel path (which fortunately is the
default).

Minimized scope of ftp while I was there.

Change-Id: I6b7dadc109834384f6cfb19f61258fa30d52ef80
src/gromacs/gmxana/gmx_trjconv.cpp