Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / mdlib / lincs.cpp
index 83981ce01b6e4dc4dd3608db3f636d443dcb6fc8..557b3b972575fb830d105d2a3946bdc3987300b8 100644 (file)
@@ -2397,7 +2397,7 @@ static void cconerr(const Lincs *lincsd,
 
 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,