Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / mdlib / ebin.h
index d1f29fc41cbf603bc7f109058a541ac6faa212a9..ca762320588271a672f73564cafced3fbbda1597 100644 (file)
 typedef struct {
     int             nener;
     gmx_enxnm_t    *enm;
-    gmx_int64_t     nsteps;
-    gmx_int64_t     nsum;
+    int64_t         nsteps;
+    int64_t         nsum;
     t_energy       *e;
-    gmx_int64_t     nsteps_sim;
-    gmx_int64_t     nsum_sim;
+    int64_t         nsteps_sim;
+    int64_t         nsum_sim;
     t_energy       *e_sim;
 } t_ebin;