summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBarbara Jones <bljones@hdfgroup.org>2015-06-16 18:38:06 (GMT)
committerBarbara Jones <bljones@hdfgroup.org>2015-06-16 18:38:06 (GMT)
commit9be1d4b6dc84109d68e6f7c385606b0a7d1a4e20 (patch)
treeb347e6c55a8919fbf3623bb2fe9b6019392e63d2 /examples
parent3e3f88cfa4a04d94288d0ef7904500b1ef966333 (diff)
downloadhdf5-9be1d4b6dc84109d68e6f7c385606b0a7d1a4e20.zip
hdf5-9be1d4b6dc84109d68e6f7c385606b0a7d1a4e20.tar.gz
hdf5-9be1d4b6dc84109d68e6f7c385606b0a7d1a4e20.tar.bz2
[svn-r27217] The comments in this example were incorrect regarding the resulting dataset.
They have been updated to reflect the actual results of running the code. (See HDFFV-637)
Diffstat (limited to 'examples')
-rw-r--r--examples/h5_extend_write.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/h5_extend_write.c b/examples/h5_extend_write.c
index 74f6c01..495b49d 100644
--- a/examples/h5_extend_write.c
+++ b/examples/h5_extend_write.c
@@ -165,9 +165,9 @@ main (void)
/*
* Resulting dataset
*
- * 3 3 3 2 2
- * 3 3 3 2 2
- * 3 3 3 0 0
+ * 1 1 1 3 3
+ * 1 1 1 3 3
+ * 1 1 1 0 0
* 2 0 0 0 0
* 2 0 0 0 0
* 2 0 0 0 0