summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-01-16 21:05:01 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-01-16 21:05:01 (GMT)
commit3322427cb1aca66d1324a09cf009695afb998b84 (patch)
tree89188168625eba4c5e2c6ee673902f515c029d6d /doc
parentf82c9383c692887fa4e3bb1289bf268f30a6cf5c (diff)
downloadhdf5-3322427cb1aca66d1324a09cf009695afb998b84.zip
hdf5-3322427cb1aca66d1324a09cf009695afb998b84.tar.gz
hdf5-3322427cb1aca66d1324a09cf009695afb998b84.tar.bz2
[svn-r3294]
Purpose: Had missed the array datatype functions in the added/removed functions lists. Description: Added array datatype functions to added/removed list: Added: H5Tarray_create, H5Tget_array_ndims, H5Tget_array_dims Removed: H5Tget_member_dims, H5Tinsert_array Platforms tested: IE 5
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/html/ADGuide/Changes.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html
index bb523ef..5563d9b 100755
--- a/doc/html/ADGuide/Changes.html
+++ b/doc/html/ADGuide/Changes.html
@@ -109,6 +109,10 @@ herr_t <font color=red>H5Pset_fapl_stream</font> (hid_t fapl_id,
H5FD_stream_fapl_t *fapl);
herr_t <font color=red>H5Pset_meta_block_size</font>(hid_t fapl_id, hsize_t size);
herr_t <font color=red>H5Pset_sieve_buf_size</font>(hid_t fapl_id, hsize_t size);
+hid_t <font color=red>H5Tarray_create</font> (hid_t base, int rank, const hsize_t dims[],
+ const int perm[])
+int <font color=red>H5Tget_array_dims</font> (hid_t adtype_id, hsize_t *dims[], int *perm[])
+int <font color=red>H5Tget_array_ndims</font> (hid_t adtype_id)
</pre>
</dir>
@@ -181,26 +185,28 @@ H5Pget_driver
H5Pget_family
H5Pget_mpi
H5Pget_sec2
+H5Pget_split
</pre>
</td><td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</td><td>
<pre>
-H5Pget_split
H5Pget_stdio
H5Pget_xfer
H5Pset_core
H5Pset_family
+H5Pset_mpi
+H5Pset_sec2
</pre>
</td><td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</td><td>
<pre>
-H5Pset_mpi
-H5Pset_sec2
H5Pset_split
H5Pset_stdio
H5Pset_xfer
+H5Tget_member_dims
+H5Tinsert_array
</pre>
</td></tr>
</table>
@@ -1549,7 +1555,7 @@ Ragged Arrays (alpha)
<!-- Created: Spring 1999 -->
<!-- hhmts start -->
-Last modified: 2 June 2000
+Last modified: 12 January 2001
<!-- hhmts end -->
<br>