summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2005-04-05 19:29:36 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2005-04-05 19:29:36 (GMT)
commitd0e914aff2eb81542df04d437fd27c5bb5cc30e4 (patch)
tree9b84a1e62e546c3e54dce326f4aad44023a02cf1 /doc
parent6667f7ab4d8287449252ab0fa513407bee42435b (diff)
downloadhdf5-d0e914aff2eb81542df04d437fd27c5bb5cc30e4.zip
hdf5-d0e914aff2eb81542df04d437fd27c5bb5cc30e4.tar.gz
hdf5-d0e914aff2eb81542df04d437fd27c5bb5cc30e4.tar.bz2
[svn-r10543] Purpose:
Added 2 Fortran subroutines to list of functions with changed syntax in 1.6.4. These are also fallout of the int-->uint change. Platforms tested: Firefox
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/html/ADGuide/Changes.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html
index a0c8f8f..364c880 100755
--- a/doc/html/ADGuide/Changes.html
+++ b/doc/html/ADGuide/Changes.html
@@ -357,14 +357,20 @@ transition from the HDF5 Release 1.6.3 to Release 1.6.4.
<p>
<dt><u>Fortran subroutines:</u>
- <dt><code>subroutine</code>
+ <dt><code>h5sselect_hyperslab_f</code>
<dd><code>
- syntax
+ SUBROUTINE h5sselect_hyperslab_f(space_id, operator,
+ <font color="red">start</font>, count, &
+ <br>
+ hdferr, stride, block)
</code>
<dt><code>subroutine</code>
<dd><code>
- syntax
+ SUBROUTINE h5sselect_elements_f(space_id, operator, rank, &
+ <br>
+ <font color="red">num_elements</font>,
+ <font color="red">coord</font>, hdferr)
</code>
@@ -510,7 +516,7 @@ transition from the HDF5 Release 1.6.3 to Release 1.6.4.
</dl>
<p>
<cite>(These lists of syntax changes were added
- on 31 March 2005, shortly after Release 1.6.4.)</cite>
+ on 31 March and 5 April 2005, shortly after Release 1.6.4.)</cite>
<h3>Deleted Constants</h3>
@@ -2206,7 +2212,7 @@ Describes HDF5 Release 1.6.4, March 2005
</address>
<!-- #EndLibraryItem --><!-- Created: Spring 1999 -->
<!-- hhmts start -->
-Last modified: 31 March 2005
+Last modified: 5 April 2005
<!-- hhmts end -->
</body>