summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 114944a..c45e1d1 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -229,11 +229,11 @@ typedef ssize_t hssize_t;
/* Common iteration orders */
typedef enum {
- H5_ITER_UNKNOWN, /* Unknown order */
- H5_ITER_INC, /* Increasing order */
- H5_ITER_DEC, /* Decreasing order */
- H5_ITER_NATIVE, /* No particular order, whatever is fastest */
- H5_ITER_N /* Number of iteration orders */
+ H5_ITER_UNKNOWN = -1, /* Unknown order */
+ H5_ITER_INC, /* Increasing order */
+ H5_ITER_DEC, /* Decreasing order */
+ H5_ITER_NATIVE, /* No particular order, whatever is fastest */
+ H5_ITER_N /* Number of iteration orders */
} H5_iter_order_t;
/* Functions in H5.c */