summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>2002-04-05 19:42:52 (GMT)
committerRobb Matzke <matzke@llnl.gov>2002-04-05 19:42:52 (GMT)
commit2bd888792cdf1d404744f150030e91550c55e30a (patch)
treec30954323ee4cc1b8e725254bd20bb2bad52547b /src
parent997e30d86a089f0224293edd6b77e6944a27c874 (diff)
downloadhdf5-2bd888792cdf1d404744f150030e91550c55e30a.zip
hdf5-2bd888792cdf1d404744f150030e91550c55e30a.tar.gz
hdf5-2bd888792cdf1d404744f150030e91550c55e30a.tar.bz2
[svn-r5142] ./hdf5-devel/src/H5Fistore.c
Minor h5ls bugfix for compound types with array members. (Similar changes shortly for 1.4 branch). 2002-04-02 10:22:55 Robb Matzke <matzke@arborea.spizella.com> * H5F_istore_read: Realigned a couple of comments.
Diffstat (limited to 'src')
-rw-r--r--src/H5Distore.c6
-rw-r--r--src/H5Fistore.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/H5Distore.c b/src/H5Distore.c
index c12a98e..df8b04a 100644
--- a/src/H5Distore.c
+++ b/src/H5Distore.c
@@ -150,10 +150,10 @@ typedef struct H5F_istore_key_t {
} H5F_istore_key_t;
typedef struct H5F_istore_ud1_t {
- H5F_istore_key_t key; /*key values */
+ H5F_istore_key_t key; /*key values */
haddr_t addr; /*file address of chunk */
- H5O_layout_t mesg; /*layout message */
- hsize_t total_storage; /*output from iterator */
+ H5O_layout_t mesg; /*layout message */
+ hsize_t total_storage; /*output from iterator */
FILE *stream; /*debug output stream */
} H5F_istore_ud1_t;
diff --git a/src/H5Fistore.c b/src/H5Fistore.c
index c12a98e..df8b04a 100644
--- a/src/H5Fistore.c
+++ b/src/H5Fistore.c
@@ -150,10 +150,10 @@ typedef struct H5F_istore_key_t {
} H5F_istore_key_t;
typedef struct H5F_istore_ud1_t {
- H5F_istore_key_t key; /*key values */
+ H5F_istore_key_t key; /*key values */
haddr_t addr; /*file address of chunk */
- H5O_layout_t mesg; /*layout message */
- hsize_t total_storage; /*output from iterator */
+ H5O_layout_t mesg; /*layout message */
+ hsize_t total_storage; /*output from iterator */
FILE *stream; /*debug output stream */
} H5F_istore_ud1_t;