From c7587a02c7c2474f84f05a2600880e63f9606a61 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 27 Apr 2005 17:13:29 -0500 Subject: [svn-r10686] Purpose: Added note to H5Tget_class description that library returns H5T_STRING for both fixed-length and variable-length strings. Fixes Bugzilla #329. In H5Tget_member_class, added reference to list of valid class identifiers in H5Tget_class. Platforms tested: Firefox --- doc/html/RM_H5T.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html index 2cf4e9c..3a643b7 100644 --- a/doc/html/RM_H5T.html +++ b/doc/html/RM_H5T.html @@ -854,14 +854,14 @@ END SUBROUTINE h5tcreate_f of compound, array, and variable-length datatypes.

Valid class identifiers are as defined in - H5Tget_class. + H5Tget_class.

Parameters:
Returns: @@ -1332,6 +1332,9 @@ END SUBROUTINE h5tget_array_ndims_f
  • H5T_VLEN
  • H5T_ARRAY +

    + Note that the library returns H5T_STRING + for both fixed-length and variable-length strings.

    Parameters:
      @@ -1598,6 +1601,9 @@ END SUBROUTINE h5tget_inpad_f
      Given a compound datatype, cdtype_id, the function H5Tget_member_class returns the datatype class of the compound datatype member specified by member_no. +

      + Valid class identifiers are as defined in + H5Tget_class.

      Parameters:
        -- cgit v0.12