diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/H5.intro.html | 2 | ||||
-rw-r--r-- | doc/html/RM_H5T.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/H5.intro.html b/doc/html/H5.intro.html index 2c0bb73..2b4d956 100644 --- a/doc/html/H5.intro.html +++ b/doc/html/H5.intro.html @@ -2356,7 +2356,7 @@ permutation of the array and the size of each dimension. (<b>Note:</b> The permutation feature is not implemented in Release 1.4.) <dir> - <em>herr_t</em> <code>H5Tget_array_dims</code>( + <em>int</em> <code>H5Tget_array_dims</code>( <em>hid_t</em> <code>adtype_id</code>, <em>hsize_t *</em><code>dims[]</code>, <em>int *</em><code>perm[]</code> diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html index 4a3e334..a877ff5 100644 --- a/doc/html/RM_H5T.html +++ b/doc/html/RM_H5T.html @@ -2946,13 +2946,13 @@ zero. <dl> <dt><strong>Name:</strong> <a name="Datatype-GetArrayDims">H5Tget_array_dims</a> <dt><strong>Signature:</strong> - <dd><em>herr_t</em> <code>H5Tget_array_dims</code>( + <dd><em>int</em> <code>H5Tget_array_dims</code>( <em>hid_t</em> <code>adtype_id</code>, <em>hsize_t *</em><code>dims[]</code>, <em>int *</em><code>perm[]</code> ) <dt><strong>Purpose:</strong> - <dd>Returns sizes of array dimensions and dimension permutations. + <dd>Retrieves sizes of array dimensions and dimension permutations. <dt><strong>Description:</strong> <dd><code>H5Tget_array_dims</code> returns the sizes of the dimensions and the dimension permutations of the specified array datatype object. @@ -2970,7 +2970,7 @@ zero. <dd>OUT: Dimension permutations. </dl> <dt><strong>Returns:</strong> - <dd>Returns a non-negative value if successful; + <dd>Returns the non-negative number of dimensions of the array type if successful; otherwise returns a negative value. <dt><strong>Non-C API(s):</strong> <dd><a href="fortran/h5t_FORTRAN.html#h5tget_array_dims_f" |