Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / pulling / pull.h
index b7274afa3fe4938c59999e66bd538a0b7515b409..2e73cc93d0171667e5dac4a1587111ebdba3c3ef 100644 (file)
@@ -266,7 +266,7 @@ void finish_pull(struct pull_t *pull);
  * \param step     Time step number.
  * \param time     Time.
  */
-void pull_print_output(struct pull_t *pull, gmx_int64_t step, double time);
+void pull_print_output(struct pull_t *pull, int64_t step, double time);
 
 
 /*! \brief Calculates centers of mass all pull groups.