diff options
author | Barbara Jones <bljones@hdfgroup.org> | 2015-06-16 18:38:06 (GMT) |
---|---|---|
committer | Barbara Jones <bljones@hdfgroup.org> | 2015-06-16 18:38:06 (GMT) |
commit | 9be1d4b6dc84109d68e6f7c385606b0a7d1a4e20 (patch) | |
tree | b347e6c55a8919fbf3623bb2fe9b6019392e63d2 /examples | |
parent | 3e3f88cfa4a04d94288d0ef7904500b1ef966333 (diff) | |
download | hdf5-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.c | 6 |
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 |