Skip to content

Commit

Permalink
Fix incorrect statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Mar 27, 2024
1 parent 9424e3f commit 74eafce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Mpublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define H5VL_MAP_CREATE 1 /**< Callback operation ID for map create */
#define H5VL_MAP_OPEN 2 /**< Callback operation ID for map open */
#define H5VL_MAP_GET_VAL 3 /**< Callback operation ID for getting an associated value from a map */
#define H5VL_MAP_EXISTS 4 /**< Callback operation ID for checking a map existence */
#define H5VL_MAP_EXISTS 4 /**< Callback operation ID for checking if a value exists in a map */
#define H5VL_MAP_PUT 5 /**< Callback operation ID for putting a key-value pair to a map */
#define H5VL_MAP_GET 6 /**< Callback operation ID for map get callback */
#define H5VL_MAP_SPECIFIC 7 /**< Callback operation ID for map specific operation */
Expand Down

0 comments on commit 74eafce

Please sign in to comment.