Replace gmx_large_int_t with gmx_int64_t
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_pme_error.cpp
index 5865577c826c91686c5de4b327428e7cfa0f00ff..27ae29b5e636f16de34737f503886ef50d112e70 100644 (file)
@@ -79,7 +79,7 @@ enum {
 
 typedef struct
 {
-    gmx_large_int_t orig_sim_steps;  /* Number of steps to be done in the real simulation  */
+    gmx_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                                 */