We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba4383 commit dd461a2Copy full SHA for dd461a2
make-hds-types.c
@@ -153,7 +153,7 @@ error unable to find an 8 byte integer type
153
values within an HDS data file. Instead, use "INT_BIG" (i.e. signed)
154
since then HDS dimensions can be stored in HDS data files using the
155
"K" data type. */
156
-#define BIGDIM 0 /* set to 1 if testing 64 bit dims */
+#define BIGDIM 1 /* set to 1 if testing 64 bit dims */
157
#if BIGDIM
158
#define DIM_TYPE INT_BIG
159
#define HDS_DIM_TYPE "K"
0 commit comments