Remove unimplemented gmx trjcat -vel
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 16 Nov 2016 15:33:05 +0000 (16:33 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 16 Nov 2016 15:33:05 +0000 (16:33 +0100)
Change-Id: Iae2e46c43b01d46fb0c6f0734c2de309a5395564

src/gromacs/gmxana/gmx_trjcat.cpp

index 1658d13d007bfc0da1b627577aa32dd73e13e6b8..dc7e521f3025a2dc5e40b3ac07e65985e5b67661 100644 (file)
@@ -438,7 +438,6 @@ int gmx_trjcat(int argc, char *argv[])
         "the trajectory does not match that in the [REF].xvg[ref] file then the program",
         "tries to be smart. Beware."
     };
-    static gmx_bool bVels           = TRUE;
     static gmx_bool bCat            = FALSE;
     static gmx_bool bSort           = TRUE;
     static gmx_bool bKeepLast       = FALSE;
@@ -459,8 +458,6 @@ int gmx_trjcat(int argc, char *argv[])
           { &end }, "Last time to use (%t)" },
         { "-dt", FALSE, etTIME,
           { &dt }, "Only write frame when t MOD dt = first time (%t)" },
-        { "-vel", FALSE, etBOOL,
-          { &bVels }, "Read and write velocities if possible" },
         { "-settime", FALSE, etBOOL,
           { &bSetTime }, "Change starting time interactively" },
         { "-sort", FALSE, etBOOL,