Replace gmx_large_int_t with gmx_int64_t
[alexxy/gromacs.git] / src / gromacs / commandline / pargs.h
index c3b8cd859a3bbfdaf3cda6cdc1086c0337e0c019..b89a347d9549172de46ac364c512f6fa907c1ac5 100644 (file)
@@ -61,7 +61,7 @@ typedef struct
     {
         void            *v; /* This is a nasty workaround, to be able to use initialized */
         int             *i; /* arrays */
-        gmx_large_int_t *is;
+        gmx_int64_t     *is;
         real            *r;
         const char     **c; /* Must be pointer to string (when type == etSTR)         */
         /* or null terminated list of enums (when type == etENUM) */