From f19ed8390ba2084a3e54e4fa2da86c44a0b65640 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Mon, 11 Oct 2004 16:24:33 -0500 Subject: [svn-r9399] Purpose: Copy edits, primarily to correct several spelling errors. Platforms tested: Mozilla --- doc/html/RM_H5P.html | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index e5bef3f..76d552a 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -474,7 +474,7 @@ which require many different parameters to be easily manipulated.
-* Functions labelled with an asterisk (*) are provided only for +* Functions labeled with an asterisk (*) are provided only for backwards compatibility with HDF5 Releases 1.4.x. See further notes in the description of each function.

@@ -1211,7 +1211,7 @@ END SUBROUTINE h5pcreate_f const char *name, H5P_cls_create_func_t create, H5P_cls_copy_func_t copy, - H5P_cls_close_func_t close + H5P_cls_close_func_t close )

Purpose: @@ -1273,7 +1273,7 @@ END SUBROUTINE h5pcreate_f The copy routine is called after any registered copy function is called for each property value. If the copy routine returns a negative value, the new list - is not returned to the user and thenproperty list copy routine returns + is not returned to the user and the property list copy routine returns an error value.

@@ -1341,7 +1341,7 @@ SUBROUTINE h5pcreate_class_f(parent, name, class, hdferr) ! H5P_DATASET_CREATE_F ! H5P_DATASET_XFER_F ! H5P_MOUNT_F - CHARACTER(LEN=*), INTENT(IN) :: name ! Name of property tocreate + CHARACTER(LEN=*), INTENT(IN) :: name ! Name of property to create INTEGER(HID_T), INTENT(OUT) :: class ! Property list class identifier INTEGER, INTENT(OUT) :: hdferr ! Error code ! 0 on success and -1 on failure @@ -1638,7 +1638,7 @@ END SUBROUTINE h5pexist_f
H5Pfill_value_defined determines whether a fill value is defined in the dataset creation property list plist_id.

- Valid values returnrd in status are as follows: + Valid values returned in status are as follows: - @@ -8555,8 +8555,8 @@ END SUBROUTINE h5pset_meta_block_size_f
Description:
H5Pset_multi_type sets the data type property in the file access or data transfer property list fapl_id. - This enables a user application to specifiy the type of data the - appication wishes to access so that the application + This enables a user application to specify the type of data the + application wishes to access so that the application can retrieve a file handle for low-level access to the particular member of a set of MULTI files in which that type of data is stored. The file handle is retrieved with a separate call @@ -9705,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
     H5D_FILL_VALUE_UNDEFINED @@ -2005,7 +2005,7 @@ END SUBROUTINE h5pget_btree_ratios_f
 SUBROUTINE h5pget_buffer_f(plist_id, size, hdferr) 
   IMPLICIT NONE
-  INTEGER(HID_T), INTENT(IN)    :: plist_id ! Dataset trasfer 
+  INTEGER(HID_T), INTENT(IN)    :: plist_id ! Dataset transfer 
                                             ! property list identifier
   INTEGER(HSIZE_T), INTENT(OUT) :: size     ! Conversion buffer size
   INTEGER, INTENT(OUT)          :: hdferr   ! Error code
@@ -2239,9 +2239,9 @@ SUBROUTINE h5pget_class_name_f(prp_id, name, hdferr)
   IMPLICIT NONE
   INTEGER(HID_T), INTENT(IN) :: prp_id     ! Property list identifier to
                                            ! query 
-  CHARACTER(LEN=*), INTENT(INOUT) :: name  ! Buffer to retireve class name
+  CHARACTER(LEN=*), INTENT(INOUT) :: name  ! Buffer to retrieve class name
   INTEGER, INTENT(OUT) :: hdferr           ! Error code, possible values:
-                                           ! Success:  Actual lenght of the 
+                                           ! Success:  Actual length of the 
                                            ! class name
                                            ! If provided buffer "name" is 
                                            ! smaller, than name will be 
@@ -2706,7 +2706,7 @@ END SUBROUTINE h5pget_external_count_f
     
H5Pget_family_offset retrieves the value of offset from the file access property list fapl_id so that the user application - can retrieve a file handle for low-level access to a particluar member + can retrieve a file handle for low-level access to a particular member of a family of files. The file handle is retrieved with a separate call to H5Fget_vfd_handle (or, in special circumstances, to H5FDget_vfd_handle; @@ -3849,7 +3849,7 @@ END SUBROUTINE h5pget_istore_k_f chunks in separate locations in the file.

- Otherwise, returns a negative value indicating faliure. + Otherwise, returns a negative value indicating failure.

Fortran90 Interface: h5pget_layout_f
@@ -3944,7 +3944,7 @@ END SUBROUTINE h5pget_meta_block_size_f
   
Description:
H5Pget_multi_type retrieves the data type setting from the file access or data transfer property list fapl_id. - This enables a user application to specifiy the type of data the + This enables a user application to specify the type of data the application wishes to access so that the application can retrieve a file handle for low-level access to the particular member of a set of MULTI files in which that type of data is stored. @@ -4090,7 +4090,7 @@ END SUBROUTINE h5pget_nfilters_f SUBROUTINE h5pget_nprops_f(prp_id, nprops, hdferr) IMPLICIT NONE INTEGER(HID_T), INTENT(IN) :: prp_id ! Property list identifier - INTEGER(SIZE_T), INTENT(OUT) :: nporps ! Number of properties + INTEGER(SIZE_T), INTENT(OUT) :: nprops ! Number of properties INTEGER, INTENT(OUT) :: hdferr ! Error code ! 0 on success and -1 on failure END SUBROUTINE h5pget_nprops_f @@ -4219,7 +4219,7 @@ END SUBROUTINE h5pget_sieve_buf_size_f
Description:
H5Pget_size retrieves the size of a property's value in bytes. This function operates on both - poperty lists and property classes + property lists and property classes

Zero-sized properties are allowed and return 0. @@ -4346,7 +4346,7 @@ END SUBROUTINE h5pget_sizes_f

Returns:
Returns a non-negative value if successful; otherwise a negative value. -
F ortran90 Interface: h5pget_small_data_block_size_f +
Fortran90 Interface: h5pget_small_data_block_size_f
 SUBROUTINE h5pget_small_data_block_size_f(plist_id, size, hdferr) 
@@ -4653,7 +4653,7 @@ SUBROUTINE
 
     The set routine is called before a new value is copied 
     into the property.  
-    The H5P_prp_set_func_t calback function is defined 
+    The H5P_prp_set_func_t callback function is defined 
     as follows:
         
    typedef herr_t (*H5P_prp_set_func_t)( hid_t prop_id, @@ -4687,7 +4687,7 @@ SUBROUTINE Note: The set callback function may be useful to range check the value being set for the property - or may perform some tranformation or translation of the + or may perform some transformation or translation of the value set. The get callback would then reverse the transformation or translation. A single get or set callback @@ -4698,7 +4698,7 @@ SUBROUTINE

    The get routine is called when a value is retrieved from a property value. - The H5P_prp_get_func_t callback functioin is defined + The H5P_prp_get_func_t callback function is defined as follows:

      typedef herr_t (*H5P_prp_get_func_t)( hid_t prop_id, @@ -4764,7 +4764,7 @@ SUBROUTINE

      The copy routine is called when a new property list with this property is being created through a copy operation. - The H5P_prp_copy_func_t collback function is defined + The H5P_prp_copy_func_t callback function is defined as follows:

        typedef herr_t (*H5P_prp_copy_func_t)( const char *name, @@ -5293,7 +5293,7 @@ END SUBROUTINE h5pmodify_filter_f Note: The set callback function may be useful to range check the value being set for the property - or may perform some tranformation or translation of the + or may perform some transformation or translation of the value set. The get callback would then reverse the transformation or translation. A single get or set callback @@ -6525,7 +6525,7 @@ END SUBROUTINE h5pset_external_f
        Description:
        H5Pset_family_offset sets the offset property in the file access property list fapl_id so that the user application - can retrieve a file handle for low-level access to a particluar member + can retrieve a file handle for low-level access to a particular member of a family of files. The file handle is retrieved with a separate call to H5Fget_vfd_handle (or, in special circumstances, to H5FDget_vfd_handle; @@ -7750,7 +7750,7 @@ SUBROUTINE
H5F_CLOSE_STRONG Actual file is closed.All open objects ramaining in the file are closed then + All open objects remaining in the file are closed then file is closed