[svn-r3666]
Purpose:
Bugfixes and a new description of file-closing behavior.
Description:
h5.intro.html -- Fixed HTML coding errors.
RM_H5.html -- H5close -- Corrected typo.
RM_H5F.html -- H5Fclose -- Added paragraph clarifying behavior if
any OIDs for contained objects are still open.
RM_H5T.html -- H5Tget_strpad -- Corrected description; appears that
this did not get updated in synchrony with H5Tset_strpad.
H5Tset_strpad -- Corrected 'strpad' parameter description.
RM_H5S.html -- H5Sselect_valid -- Corrected description of space_id
parameter.
RM_H5P.html -- H5Pget_driver -- Corrected return type.
Platforms tested:
IE 5
This commit is contained in:
@@ -2254,7 +2254,7 @@ functions for memory management.
|
||||
<p align=right><font size=-1><a href="#Intro-TOC">(Return to TOC)</a></font>
|
||||
|
||||
|
||||
</FONT><h3><A NAME="Intro-PMCreateArray">Creating array datatypes</A></h3>
|
||||
<h3><A NAME="Intro-PMCreateArray">Creating array datatypes</A></h3>
|
||||
|
||||
The array class of datatypes, <code>H5T_ARRAY</code>, allows the
|
||||
construction of true, homogeneous, multi-dimensional arrays.
|
||||
@@ -2290,7 +2290,7 @@ if the number of dimensions and the sizes of the dimensions are equal
|
||||
and the datatype of the first array's elements can be converted
|
||||
to the datatype of the second array's elements.
|
||||
|
||||
<h4>Array datatype APIs</h2>
|
||||
<h4>Array datatype APIs</h4>
|
||||
|
||||
There are three functions that are specific to array datatypes:
|
||||
one, <code>H5Tarray_create</code>, for creating an array datatype,
|
||||
|
||||
Reference in New Issue
Block a user