Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_pme_error.cpp
index 91c66cab9b5fff410dd93ba9e51d4a730ccc3939..5cbe4cde1719d15135a94d921f887033b363565b 100644 (file)
@@ -81,7 +81,7 @@ enum {
 
 typedef struct
 {
-    gmx_int64_t     orig_sim_steps;  /* Number of steps to be done in the real simulation  */
+    int64_t         orig_sim_steps;  /* Number of steps to be done in the real simulation  */
     int             n_entries;       /* Number of entries in arrays                        */
     real            volume;          /* The volume of the box                              */
     matrix          recipbox;        /* The reciprocal box                                 */