summaryrefslogtreecommitdiffstats
path: root/examples/h5_chunk_read.c
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>1998-02-11 16:52:27 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>1998-02-11 16:52:27 (GMT)
commitd7e5f9d17c31d5a20730311f069b1c55a6492c0d (patch)
tree22e5828df4125ca2c668bf87f5b33a356024be4d /examples/h5_chunk_read.c
parent84bd17dca32e39a40f49c345c5881f4f1d436c19 (diff)
downloadhdf5-d7e5f9d17c31d5a20730311f069b1c55a6492c0d.zip
hdf5-d7e5f9d17c31d5a20730311f069b1c55a6492c0d.tar.gz
hdf5-d7e5f9d17c31d5a20730311f069b1c55a6492c0d.tar.bz2
[svn-r250] Spelling of "extendible" has been fixed.
Diffstat (limited to 'examples/h5_chunk_read.c')
-rw-r--r--examples/h5_chunk_read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/h5_chunk_read.c b/examples/h5_chunk_read.c
index ea8fc56..362af6b 100644
--- a/examples/h5_chunk_read.c
+++ b/examples/h5_chunk_read.c
@@ -5,8 +5,8 @@
#include "hdf5.h"
-#define FILE "SDSextendable.h5"
-#define DATASETNAME "ExtendableArray"
+#define FILE "SDSextendible.h5"
+#define DATASETNAME "ExtendibleArray"
#define RANK 2
#define NX 10
#define NY 5