Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / domdec / domdec_struct.h
index 46acb3312629278360b47fe88d1690888e6926bc..f923190ddc71c2d161044f821c1410b3fbc2ea46 100644 (file)
@@ -209,7 +209,7 @@ struct gmx_domdec_t {
     gmx_domdec_comm_t *comm;
 
     /* The partioning count, to keep track of the state */
-    gmx_int64_t ddp_count;
+    int64_t ddp_count;
 
     /* The managed atom sets that are updated in domain decomposition */
     gmx::LocalAtomSetManager * atomSets;