Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / domdec / redistribute.h
index 3d899a43a08c7d7972f1b6d51305ed6ab50009df..0b9d3a5d2fcc8ac8c3930d422955cab790609d97 100644 (file)
@@ -54,7 +54,7 @@ class t_state;
 
 /*! \brief Redistribute the atoms to their, new, local domains */
 void dd_redistribute_cg(FILE             *fplog,
-                        gmx_int64_t       step,
+                        int64_t           step,
                         gmx_domdec_t     *dd,
                         ivec              tric_dir,
                         t_state          *state,