From 4389b976a5af4d4ca755f4ddab2e2e9ed861ea1e Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 8 Sep 2004 17:25:54 -0500 Subject: [svn-r9231] Description: H5T_conv_t (appears in H5Tregister description) -- changed datatype of the nelmts parameter H5Tconvert -- changed datatype of the nelmts parameter Platforms tested: Mozilla --- doc/html/RM_H5T.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html index 6846776..87591bc 100644 --- a/doc/html/RM_H5T.html +++ b/doc/html/RM_H5T.html @@ -601,7 +601,7 @@ END SUBROUTINE h5tcommitted_f
Signature:
herr_t H5Tconvert(hid_t src_id, hid_t dst_id, - hsize_t nelmts, + size_t nelmts, void *buf, void *background, hid_t plist_id @@ -636,7 +636,7 @@ END SUBROUTINE h5tcommitted_f hid_t dst_id Identifier for the destination datatype. - hsize_t nelmts + size_t nelmts Size of array buf. void *buf @@ -2917,7 +2917,7 @@ END SUBROUTINE h5tpack_f
typedef herr_t (*H5T_conv_t) (hid_t src_id, 
                               hid_t dst_id, 
                               H5T_cdata_t *cdata,
-                              hsize_t nelmts, 
+                              size_t nelmts, 
                               size_t buf_stride, 
                               size_t bkg_stride, 
                               void *buf, 
@@ -3973,7 +3973,7 @@ And in this document, the
 Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0
 
  
-- 
cgit v0.12