COM pulling options per coord, improved cylinder
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / enums.h
index 8756469d3dd5a19057e7b2acb2ca4e33b30f2216..92bdcb823702764f85d21687bfc336ae7728ab54 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) 2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015, 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.
@@ -291,15 +291,13 @@ enum {
 
 /* Pull stuff */
 enum {
-    epullNO, epullUMBRELLA, epullCONSTRAINT, epullCONST_F, epullNR
+    epullUMBRELLA, epullCONSTRAINT, epullCONST_F, epullFLATBOTTOM, epullNR
 };
 
 enum {
     epullgDIST, epullgDIR, epullgCYL, epullgDIRPBC, epullgNR
 };
 
-#define PULL_CYL(pull) ((pull)->eGeom == epullgCYL)
-
 /* Enforced rotation groups */
 enum {
     erotgISO, erotgISOPF,