summaryrefslogtreecommitdiffstats
path: root/doc/html/References.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2004-08-02 20:00:08 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2004-08-02 20:00:08 (GMT)
commit8cd83726f9753e027ff9274536594002d80c9251 (patch)
tree7297e1757d4c4724d552189c58caad8955eb2d0e /doc/html/References.html
parentdaa96590d313494fa24279e12727c2e9586025a1 (diff)
downloadhdf5-8cd83726f9753e027ff9274536594002d80c9251.zip
hdf5-8cd83726f9753e027ff9274536594002d80c9251.tar.gz
hdf5-8cd83726f9753e027ff9274536594002d80c9251.tar.bz2
[svn-r8991]
Purpose: Correct typo in code example. Platforms tested: Mozilla
Diffstat (limited to 'doc/html/References.html')
-rw-r--r--doc/html/References.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/References.html b/doc/html/References.html
index 12ff32f..2b7b4cf 100644
--- a/doc/html/References.html
+++ b/doc/html/References.html
@@ -257,7 +257,7 @@ of its raw data and write the dataset to the file.
/* Construct array of OIDs for other datasets in the file */
/* somewhat hokey and artificial, but demonstrates the point */
for(i=0; i<10; i++)
- for(j=0; j<10; i++)
+ for(j=0; j<10; j++)
{
sprintf(buf,"/Group/Linked Set %d-%d",i,j);
if(H5Rcreate(&link,file1,buf,H5R_OBJECT,-1)>0)
@@ -645,7 +645,7 @@ Notes:
Describes HDF5 Release 1.4.5, February 2003
</address><!-- #EndLibraryItem -->
-Last modified: 3 March 2000
+Last modified: 2 August 2004
</body>
</html>