From 3e50c9cf62b6a6d3a0c3d7f2c6dc7c407b8abfd2 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Tue, 14 Sep 2004 15:42:28 -0500 Subject: [svn-r9257] Purpose: Bugfixes in H5Pget/set_fclose_degree Clarification in H5Pset_filter Description: H5Pget_fclose_degree and H5Pset_fclose_degree Functions index at top of page: Move H5Pget/set_fclose_degree into "File Access Properties." Remove "File Close Properties" section. H5Pget_fclose_degree -- Correct parameter description. (Contribute to closing Bugzilla entries 188 and 190.) H5Pset_filter -- Clarification of terms Other minor formatting and copy edits. Platforms tested: Mozilla --- doc/html/RM_H5P.html | 61 +++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 32 deletions(-) diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index dbeeccc..e5bef3f 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -108,6 +108,26 @@ which require many different parameters to be easily manipulated.
  • H5Pclose_class + +
      +
      +
      +
      +
      +
      +
    +    ||   + Indicates functions
    +           + available only in
    +           + the parallel HDF5
    +           + library.
    + + +       +

    File Creation Properties

    - File Close Properties +

    File Access Properties - - - -       - -

    File Access Properties - -
      -
      -
      -
      -
      -
      -
    -    ||   - Indicates functions
    -           - available only in the
    -           - parallel HDF5 library.
           @@ -314,6 +313,8 @@ which require many different parameters to be easily manipulated. File Access Properties - File Close Properties -

       || Indicates functions
         available only in the
    @@ -3206,7 +3202,7 @@ SUBROUTINE
    Name: H5Pget_fclose_degree
    Signature:
    herr_t H5Pget_fclose_degree(hid_t fapl_id, - H5F_close_degree_t fc_degree) + H5F_close_degree_t *fc_degree)
    Purpose:
    Returns the file close degree.
    Description: @@ -3223,7 +3219,7 @@ SUBROUTINE hid_t fapl_id IN: File access property list identifier. - H5F_close_degree_t fc_degree     + H5F_close_degree_t *fc_degree     OUT: Pointer to a location to which to return the file close degree property, the value of fc_degree. @@ -8031,7 +8027,7 @@ END SUBROUTINE h5pset_fill_value_f

    The filter parameter specifies the filter to be set. - Valid values are as follows: + Valid filter identifiers are as follows:

    @@ -8075,7 +8071,8 @@ END SUBROUTINE h5pset_fill_value_f - +
    IN: Property list identifier.
    H5Z_filter_t filterIN: Filter to be added to the pipeline.
    IN: Filter identifier for the filter + to be added to the pipeline.
    unsigned int flags IN: Bit vector specifying certain general properties @@ -9708,7 +9705,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