Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / mdrun / runner.cpp
index d1b7e42bb3f14cfe1303087af3c591d721ef3c13..2af472700861fd301538f8dc27b7ae56f81b9085 100644 (file)
@@ -274,7 +274,7 @@ static void prepare_verlet_scheme(FILE                           *fplog,
  * with value passed on the command line (if any)
  */
 static void override_nsteps_cmdline(const gmx::MDLogger &mdlog,
-                                    gmx_int64_t          nsteps_cmdline,
+                                    int64_t              nsteps_cmdline,
                                     t_inputrec          *ir)
 {
     assert(ir);
@@ -391,7 +391,7 @@ int Mdrunner::mdrunner()
     gmx_wallcycle_t           wcycle;
     gmx_walltime_accounting_t walltime_accounting = nullptr;
     int                       rc;
-    gmx_int64_t               reset_counters;
+    int64_t                   reset_counters;
     int                       nthreads_pme = 1;
     gmx_membed_t *            membed       = nullptr;
     gmx_hw_info_t            *hwinfo       = nullptr;