Skip to content

Commit 95f340d

Browse files
committed
Set VFD ID value as reserved with The HDF Group
1 parent 4d352ca commit 95f340d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/H5FDgds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <hdf5.h>
2121

2222
#define H5FD_GDS_NAME "gds"
23-
#define H5FD_GDS_VALUE (H5_VFD_RESERVED + 1) /* TODO: reserve an ID value with the HDF Group */
23+
#define H5FD_GDS_VALUE ((H5FD_class_value_t)(512))
2424

2525
#ifdef __cplusplus
2626
extern "C" {

0 commit comments

Comments
 (0)