Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / mdlib / lincs.h
index e37ef58ea5983e212368e026006393ddb6d83b90..096b8e24c957316529fc70e825511af25aae35c1 100644 (file)
@@ -94,7 +94,7 @@ void set_lincs(const t_idef &idef, const t_mdatoms &md,
 bool
 constrain_lincs(bool computeRmsd,
                 const t_inputrec &ir,
-                gmx_int64_t step,
+                int64_t step,
                 Lincs *lincsd, const t_mdatoms &md,
                 const t_commrec *cr,
                 const gmx_multisim_t &ms,