summaryrefslogtreecommitdiffstats
path: root/src/H5Dpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-02-17 20:11:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-02-17 20:11:39 (GMT)
commit85504f53761f96a5903ee176bed25cb3c50d6c54 (patch)
tree1a17e5252623b17d0af38b616859e0370751f6f7 /src/H5Dpublic.h
parent595b01658e965b977dd980421cd1bfee27f74dfc (diff)
downloadhdf5-85504f53761f96a5903ee176bed25cb3c50d6c54.zip
hdf5-85504f53761f96a5903ee176bed25cb3c50d6c54.tar.gz
hdf5-85504f53761f96a5903ee176bed25cb3c50d6c54.tar.bz2
[svn-r26195] Description:
Switch from enum H5D_CHUNK_BTREE to H5D_CHUNK_IDX_BTREE, along with a couple of minor whitespace touchups. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r--src/H5Dpublic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h
index e7ae3ae..1b5fed7 100644
--- a/src/H5Dpublic.h
+++ b/src/H5Dpublic.h
@@ -56,7 +56,8 @@ typedef enum H5D_layout_t {
/* Types of chunk index data structures */
typedef enum H5D_chunk_index_t {
- H5D_CHUNK_BTREE = 0 /* v1 B-tree index */
+ H5D_CHUNK_IDX_BTREE = 0, /* v1 B-tree index */
+ H5D_CHUNK_IDX_NTYPES /* this one must be last! */
} H5D_chunk_index_t;
/* Values for the space allocation time property */