Skip to content

Commit b6a89d5

Browse files
committed
Increase MAX_DIMS
1 parent 15b8ca2 commit b6a89d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/b2nd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extern "C" {
4747
#define B2ND_METALAYER_VERSION 0
4848

4949
/* The maximum number of dimensions for b2nd arrays */
50-
#define B2ND_MAX_DIM 8
50+
#define B2ND_MAX_DIM 16
5151

5252
/* The maximum number of metalayers for b2nd arrays */
5353
#define B2ND_MAX_METALAYERS (BLOSC2_MAX_METALAYERS - 1)

0 commit comments

Comments
 (0)