From 9be1d4b6dc84109d68e6f7c385606b0a7d1a4e20 Mon Sep 17 00:00:00 2001 From: Barbara Jones Date: Tue, 16 Jun 2015 13:38:06 -0500 Subject: [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) --- examples/h5_extend_write.c | 6 +++--- 1 file 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 -- cgit v0.12