Remove defunct mdrun options
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 1 Mar 2019 23:42:49 +0000 (15:42 -0800)
committerMark Abraham <mark.j.abraham@gmail.com>
Sat, 2 Mar 2019 02:39:38 +0000 (18:39 -0800)
These worked with General Coupling Theory, and were
not removed alongside that code when it was removed.

Refs #1292

Change-Id: Ia795ea81e7c38ba3b895f926ce048c0ac2dfba1a

src/gromacs/gmxana/gmx_tune_pme.cpp
src/gromacs/mdrun/legacymdrunoptions.h

index 264d2d8e0cfc3007d1b22c7c013a3ab6e7f042f0..0c6abc61da73aa17cbd5019535745a3a02524f59 100644 (file)
@@ -2187,8 +2187,6 @@ int gmx_tune_pme(int argc, char *argv[])
         { efXVG, "-tpid",   "tpidist",  ffOPTWR },
         { efEDI, "-ei",     "sam",      ffOPTRD },
         { efXVG, "-eo",     "edsam",    ffOPTWR },
-        { efXVG, "-devout", "deviatie", ffOPTWR },
-        { efXVG, "-runav",  "runaver",  ffOPTWR },
         { efXVG, "-px",     "pullx",    ffOPTWR },
         { efXVG, "-pf",     "pullf",    ffOPTWR },
         { efXVG, "-ro",     "rotation", ffOPTWR },
index 637cd2a6b93dabe9fd632d92e30794922c3a8fec..d65b417c48be3c866f962a3fbc67fe755184f974 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2011,2012,2013,2014,2015,2016,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2011,2012,2013,2014,2015,2016,2017,2018,2019, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -112,8 +112,6 @@ class LegacyMdrunOptions
           { efXVG, "-tpid",     "tpidist",   ffOPTWR },
           { efEDI, "-ei",       "sam",       ffOPTRD },
           { efXVG, "-eo",       "edsam",     ffOPTWR },
-          { efXVG, "-devout",   "deviatie",  ffOPTWR },
-          { efXVG, "-runav",    "runaver",   ffOPTWR },
           { efXVG, "-px",       "pullx",     ffOPTWR },
           { efXVG, "-pf",       "pullf",     ffOPTWR },
           { efXVG, "-ro",       "rotation",  ffOPTWR },