diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-08-03 22:56:22 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-08-03 22:56:22 (GMT) |
commit | 5585cbae21775b0dff9160d1f9e58b6d3da11656 (patch) | |
tree | e4baf18856b7e080593aea64a4835f9fc9f28589 | |
parent | fa6aa12ff0b48df3744faf0e4399f0ca2cbb0bfd (diff) | |
download | hdf5-5585cbae21775b0dff9160d1f9e58b6d3da11656.zip hdf5-5585cbae21775b0dff9160d1f9e58b6d3da11656.tar.gz hdf5-5585cbae21775b0dff9160d1f9e58b6d3da11656.tar.bz2 |
[svn-r9006]
Purpose:
In "Intro to HDF5" Example #5, corrected the anticipated output listed in
a code comment.
Fixes Bugzilla entry #112.
Platforms tested:
Mozilla
-rw-r--r-- | doc/html/Intro/IntroExamples.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/Intro/IntroExamples.html b/doc/html/Intro/IntroExamples.html index 78637b6..e036207 100644 --- a/doc/html/Intro/IntroExamples.html +++ b/doc/html/Intro/IntroExamples.html @@ -896,9 +896,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 @@ -2116,7 +2116,7 @@ main(void) Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0 </address><!-- #EndLibraryItem --> -Last modified: 30 January 2001 +Last modified: 3 August 2004 </td><td align=right valign=top> <a href="../Copyright.html">Copyright</a> |