diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-08-03 22:57:40 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-08-03 22:57:40 (GMT) |
commit | 8885c892bed3b518ebc51dcfb4ca1d3b75a1dddb (patch) | |
tree | f23cdbfe41b0f90387c0a17275c5bc3f52fac394 | |
parent | ac207ffe0791da3a805be46dd162a71df3725e12 (diff) | |
download | hdf5-8885c892bed3b518ebc51dcfb4ca1d3b75a1dddb.zip hdf5-8885c892bed3b518ebc51dcfb4ca1d3b75a1dddb.tar.gz hdf5-8885c892bed3b518ebc51dcfb4ca1d3b75a1dddb.tar.bz2 |
[svn-r9007]
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 bec90b3..3ef3574 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.6.2, February 2004 </address><!-- #EndLibraryItem --> -Last modified: 30 January 2001 +Last modified: 3 August 2004 </td><td align=right valign=top> <a href="../Copyright.html">Copyright</a> |