Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / pulling / pull_internal.h
index 08d4d2e00041620909c1969ab84242ef93b27be8..b3bbac144914e703526fb04c5ce297dae9591624 100644 (file)
@@ -187,8 +187,8 @@ typedef struct {
     int         nparticipate;    /* The number of ranks participating */
     bool        isMasterRank;    /* Tells whether our rank is the master rank and thus should add the pull virial */
 
-    gmx_int64_t setup_count;     /* The number of decomposition calls */
-    gmx_int64_t must_count;      /* The last count our rank needed to be part */
+    int64_t     setup_count;     /* The number of decomposition calls */
+    int64_t     must_count;      /* The last count our rank needed to be part */
 
     rvec       *rbuf;            /* COM calculation buffer */
     dvec       *dbuf;            /* COM calculation buffer */