Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / mdrun / tpi.cpp
index 012e3a7eca2ac6ec74e2f9952cc7039db3f7e70e..15eec2be09de00489e940dc23db2c3dc3c4fde07 100644 (file)
@@ -145,9 +145,9 @@ Integrator::do_tpi()
     rvec            *x_mol;
     rvec             mu_tot, x_init, dx, x_tp;
     int              nnodes, frame;
-    gmx_int64_t      frame_step_prev, frame_step;
-    gmx_int64_t      nsteps, stepblocksize = 0, step;
-    gmx_int64_t      seed;
+    int64_t          frame_step_prev, frame_step;
+    int64_t          nsteps, stepblocksize = 0, step;
+    int64_t          seed;
     int              i;
     FILE            *fp_tpi = nullptr;
     char            *ptr, *dump_pdb, **leg, str[STRLEN], str2[STRLEN];