From aa38a1386e805c39f93a6373c84957629b2a6e23 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 26 Apr 2004 06:48:37 -0500 Subject: [svn-r8420] Purpose: Correct typo in H5Pcreate() information --- doc/html/RM_H5P.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index 3befb5f..1b15b8a 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -1125,7 +1125,7 @@ END SUBROUTINE h5pcopy_prop_f
Name: H5Pcreate
Signature: -
hid_t H5Pcreate(H5P_class_t type +
hid_t H5Pcreate(hid_t cls_id )
Purpose:
Creates a new property as an instance of a property list class. @@ -1167,8 +1167,8 @@ END SUBROUTINE h5pcopy_prop_f
Parameters:
    - - + +
    H5P_class_t type    IN: The type of property list to create.
    hid_t cls_id    IN: The class of the property list to create.
Returns:
Returns a property list identifier (plist) if successful; -- cgit v0.12