diff options
author | Barbara Jones <bljones@hdfgroup.org> | 2015-06-16 18:32:04 (GMT) |
---|---|---|
committer | Barbara Jones <bljones@hdfgroup.org> | 2015-06-16 18:32:04 (GMT) |
commit | 6e9e9e0dd200979642de8d2a2bce2f66f9728237 (patch) | |
tree | 0ef8bd649a65dfc87c595555e778edfdd11811ec | |
parent | afb85e30e5874454fe890bb06c1a8cc67d2dc245 (diff) | |
download | hdf5-6e9e9e0dd200979642de8d2a2bce2f66f9728237.zip hdf5-6e9e9e0dd200979642de8d2a2bce2f66f9728237.tar.gz hdf5-6e9e9e0dd200979642de8d2a2bce2f66f9728237.tar.bz2 |
[svn-r27216] The comments in this example were incorrect regarding the resulting
dataset. They were updated to match the output of the file. (HDFFV-637)
-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..56bd025 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 |