Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / commandline / pargs.h
index b09454ff87ede63372277928c8d4579ec5cb53a2..6638692d5b09cff5e93beb70dcec81f0d86ab41f 100644 (file)
@@ -99,7 +99,7 @@ typedef struct
         /** Integer value for etINT. */
         int             *i;
         /** Integer value for etINT64. */
-        gmx_int64_t     *is;
+        int64_t         *is;
         /** Real value for etREAL and etTIME. */
         real            *r;
         /*! \brief