Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / mdlib / forcerec.cpp
index 329a73feb45900a0aefbd859d4c54aed3f91d6bf..6d2981d5e391561d3cfa9a129df2dccc11c7353a 100644 (file)
@@ -998,7 +998,7 @@ void set_avcsixtwelve(FILE *fplog, t_forcerec *fr, const gmx_mtop_t *mtop)
     const t_atoms  *atoms, *atoms_tpi;
     const t_blocka *excl;
     int             nmolc, i, j, tpi, tpj, j1, j2, k, nexcl, q;
-    gmx_int64_t     npair, npair_ij, tmpi, tmpj;
+    int64_t         npair, npair_ij, tmpi, tmpj;
     double          csix, ctwelve;
     int             ntp, *typecount;
     gmx_bool        bBHAM;