Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / math / utilities.h
index 9913d6f5a64846f5e5dec192969e1fd0884c30ee..ef1de46d6a840b5a3878d45d40088674819c37cc 100644 (file)
@@ -147,9 +147,9 @@ gmx_numzero(double a);
  * \return False iff overflow occurred
  */
 gmx_bool
-check_int_multiply_for_overflow(gmx_int64_t  a,
-                                gmx_int64_t  b,
-                                gmx_int64_t *result);
+check_int_multiply_for_overflow(int64_t  a,
+                                int64_t  b,
+                                int64_t *result);
 
 /*! \brief Find greatest common divisor of two numbers
  *