summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-04-19 02:48:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-04-19 02:48:06 (GMT)
commit371a27f01eecd3bdd456d24ee630f5f281fbfb93 (patch)
treead36698ed88a10946f6160a792e0bf5f2d30c161 /src/H5Oprivate.h
parent1eaaae98214d9042e979209e93e31c490efa4d79 (diff)
downloadhdf5-371a27f01eecd3bdd456d24ee630f5f281fbfb93.zip
hdf5-371a27f01eecd3bdd456d24ee630f5f281fbfb93.tar.gz
hdf5-371a27f01eecd3bdd456d24ee630f5f281fbfb93.tar.bz2
[svn-r26843] Description:
Minor code & warning cleanups. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.18 (jam) w/serial & parallel
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index e3a2d33..3707367 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -424,8 +424,8 @@ typedef struct H5O_layout_chunk_t {
uint32_t dim[H5O_LAYOUT_NDIMS]; /* Size of chunk in elements */
uint32_t size; /* Size of chunk in bytes */
hsize_t nchunks; /* Number of chunks in dataset */
- hsize_t chunks[H5O_LAYOUT_NDIMS]; /* # of chunks in dataset dimensions */
- hsize_t down_chunks[H5O_LAYOUT_NDIMS]; /* "down" size of number of chunks in each dimension */
+ hsize_t chunks[H5O_LAYOUT_NDIMS]; /* # of chunks in each dataset dimension */
+ hsize_t down_chunks[H5O_LAYOUT_NDIMS]; /* "down" size of number of chunks in each dimension */
} H5O_layout_chunk_t;
typedef struct H5O_layout_t {