Replace gmx_large_int_t with gmx_int64_t
[alexxy/gromacs.git] / src / gromacs / fileio / enxio.h
index 122941a291c22cad7afd03c84c2304c9d41aeb28..922467a0cc3d40756fc45127fb5511438bb35333 100644 (file)
@@ -102,7 +102,7 @@ typedef struct
     float*             fval;
     double*            dval;
     int*               ival;
-    gmx_large_int_t*   lval;
+    gmx_int64_t*       lval;
     unsigned char*     cval;
     char**             sval;
 
@@ -130,8 +130,8 @@ typedef struct t_enxblock{
 /* The frames that are read/written */
 typedef struct {
     double          t;            /* Timestamp of this frame                        */
-    gmx_large_int_t step;         /* MD step                                */
-    gmx_large_int_t nsteps;       /* The number of steps between frames            */
+    gmx_int64_t     step;         /* MD step                                */
+    gmx_int64_t     nsteps;       /* The number of steps between frames            */
     double          dt;           /* The MD time step                              */
     int             nsum;         /* The number of terms for the sums in ener      */
     int             nre;          /* Number of energies                             */