diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-02-17 20:11:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-02-17 20:11:39 (GMT) |
commit | 85504f53761f96a5903ee176bed25cb3c50d6c54 (patch) | |
tree | 1a17e5252623b17d0af38b616859e0370751f6f7 /src/H5Dpkg.h | |
parent | 595b01658e965b977dd980421cd1bfee27f74dfc (diff) | |
download | hdf5-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/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index 5a785a3..6128d7e 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -362,7 +362,7 @@ typedef struct H5D_chunk_map_t { } H5D_chunk_map_t; /* Cached information about a particular chunk */ -typedef struct H5D_chunk_cached_t{ +typedef struct H5D_chunk_cached_t { hbool_t valid; /*whether cache info is valid*/ hsize_t offset[H5O_LAYOUT_NDIMS]; /*logical offset to start*/ uint32_t nbytes; /*size of stored data */ |