Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / mdlib / shellfc.cpp
index 5f0ade761cd524420d7c9c48097a2718281b674f..ba88a2118ba16d9644fe18c4c93273c111a8f0b7 100644 (file)
@@ -811,7 +811,7 @@ static void decrease_step_size(int nshell, t_shell s[])
     }
 }
 
-static void print_epot(FILE *fp, gmx_int64_t mdstep, int count, real epot, real df,
+static void print_epot(FILE *fp, int64_t mdstep, int count, real epot, real df,
                        int ndir, real sf_dir)
 {
     char buf[22];
@@ -898,7 +898,7 @@ static void init_adir(gmx_shellfc_t            *shfc,
                       const t_inputrec         *ir,
                       const t_commrec          *cr,
                       int                       dd_ac1,
-                      gmx_int64_t               step,
+                      int64_t                   step,
                       const t_mdatoms          *md,
                       int                       end,
                       rvec                     *x_old,
@@ -987,7 +987,7 @@ void relax_shell_flexcon(FILE                                     *fplog,
                          const gmx_multisim_t                     *ms,
                          gmx_bool                                  bVerbose,
                          gmx_enfrot                               *enforcedRotation,
-                         gmx_int64_t                               mdstep,
+                         int64_t                                   mdstep,
                          const t_inputrec                         *inputrec,
                          gmx_bool                                  bDoNS,
                          int                                       force_flags,
@@ -1345,7 +1345,7 @@ void relax_shell_flexcon(FILE                                     *fplog,
     std::copy(force[Min].begin(), force[Min].end(), f.begin());
 }
 
-void done_shellfc(FILE *fplog, gmx_shellfc_t *shfc, gmx_int64_t numSteps)
+void done_shellfc(FILE *fplog, gmx_shellfc_t *shfc, int64_t numSteps)
 {
     if (shfc && fplog && numSteps > 0)
     {