Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / domdec / cellsizes.h
index 2a06e40f30dbd3f0dc25cc88489fc5c25162d349..9238f01332e846717458d7e94a3527886e988c7d 100644 (file)
@@ -81,7 +81,7 @@ set_dd_cell_sizes_slb(gmx_domdec_t      *dd,
 /*! \brief General cell size adjustment, possibly applying dynamic load balancing */
 void set_dd_cell_sizes(gmx_domdec_t *dd,
                        const gmx_ddbox_t *ddbox, gmx_bool bDynamicBox,
-                       gmx_bool bUniform, gmx_bool bDoDLB, gmx_int64_t step,
+                       gmx_bool bUniform, gmx_bool bDoDLB, int64_t step,
                        gmx_wallcycle_t wcycle);
 
 #endif