Merge branch release-2018
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / readir.h
index 827ea72950fbfbfa4230d2a73a363faedbca8009..487b0160933b76303e22bdf8628a3de64d8f477c 100644 (file)
@@ -147,7 +147,8 @@ void make_pull_coords(pull_params_t *pull);
 /* Process the pull coordinates after reading the pull groups */
 
 pull_t *set_pull_init(t_inputrec *ir, const gmx_mtop_t *mtop,
-                      rvec *x, matrix box, real lambda);
+                      rvec *x, matrix box, real lambda,
+                      warninp_t wi);
 /* Prints the initial pull group distances in x.
  * If requested, adds the current distance to the initial reference location.
  * Returns the pull_t pull work struct. This should be passed to finish_pull()