Replace gmx_large_int_t with gmx_int64_t
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / commrec.h
index 5e3926c8578d1437433c15ccd7dcc974f6ca9cb7..93efed42e822615f0c69db24b89f8aaee9e966c8 100644 (file)
@@ -119,7 +119,7 @@ typedef struct {
     int             *ibuf; /* for ints */
     int              ibuf_alloc;
 
-    gmx_large_int_t *libuf;
+    gmx_int64_t     *libuf;
     int              libuf_alloc;
 
     float           *fbuf; /* for floats */
@@ -215,7 +215,7 @@ typedef struct {
     gmx_domdec_comm_p_t comm;
 
     /* The partioning count, to keep track of the state */
-    gmx_large_int_t ddp_count;
+    gmx_int64_t ddp_count;
 
 
     /* gmx_pme_recv_f buffer */