Skip to content

Commit dd461a2

Browse files
committed
Move to 64 bit hdsdims
1 parent 1ba4383 commit dd461a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-hds-types.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ error unable to find an 8 byte integer type
153153
values within an HDS data file. Instead, use "INT_BIG" (i.e. signed)
154154
since then HDS dimensions can be stored in HDS data files using the
155155
"K" data type. */
156-
#define BIGDIM 0 /* set to 1 if testing 64 bit dims */
156+
#define BIGDIM 1 /* set to 1 if testing 64 bit dims */
157157
#if BIGDIM
158158
#define DIM_TYPE INT_BIG
159159
#define HDS_DIM_TYPE "K"

0 commit comments

Comments
 (0)