From 948120dac1b04175ab1ac451a8addd0cccd38d89 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 26 Apr 2004 06:49:10 -0500 Subject: [svn-r8421] 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 3000a4b..dd044cc 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -912,7 +912,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. @@ -953,8 +953,8 @@ END SUBROUTINE h5pcopy_prop_f otherwise, errors are likely to occur.
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