COM pulling options per coord, improved cylinder
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / readir.h
index dcfd3fc2fcfd1132769eeaec72aba3d2607ea535..49b6de6f73b9340d5b1dc352a93f1ae446373f9f 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.
@@ -66,7 +66,6 @@ typedef struct {
     gmx_bool bOrire;
     gmx_bool bMorse;
     char    *wall_atomtype[2];
-    gmx_bool pull_start;
     char    *couple_moltype;
     int      couple_lam0;
     int      couple_lam1;
@@ -128,7 +127,7 @@ void do_index(const char* mdparin,
 /* Routines In readpull.c */
 
 char **read_pullparams(int *ninp_p, t_inpfile **inp,
-                       t_pull *pull, gmx_bool *bStart,
+                       t_pull *pull,
                        warninp_t wi);
 /* Reads the pull parameters, returns a list of the pull group names */
 
@@ -141,9 +140,9 @@ void make_pull_coords(t_pull *pull);
 /* Process the pull coordinates after reading the pull groups */
 
 void set_pull_init(t_inputrec *ir, gmx_mtop_t *mtop, rvec *x, matrix box, real lambda,
-                   const output_env_t oenv, gmx_bool bStart);
+                   const output_env_t oenv);
 /* Prints the initial pull group distances in x.
- * If bStart adds the distance to the initial reference location.
+ * If requested, adds the current distance to the initial reference location.
  */
 
 int str_nelem(const char *str, int maxptr, char *ptr[]);