[svn-r3254]
Purpose:
Correcting docs to match code bugfixes.
Solution:
Changed per recent bugfix in code:
H5Tconvert 'nelmts' parameter type
H5Pset_buffer 'size' parameter type
H5Pget_buffer return type
This commit is contained in:
@@ -542,9 +542,9 @@ H5Pset_external (plist, "scan3.data", 0, 16);
|
||||
|
||||
<dl>
|
||||
<dt><code>herr_t H5Pset_buffer (hid_t <em>xfer_plist</em>,
|
||||
size_t <em>max_buf_size</em>, void *<em>tconv_buf</em>, void
|
||||
hsize_t <em>max_buf_size</em>, void *<em>tconv_buf</em>, void
|
||||
*<em>bkg_buf</em>)</code>
|
||||
<dt><code>size_t H5Pget_buffer (hid_t <em>xfer_plist</em>, void
|
||||
<dt><code>hsize_t H5Pget_buffer (hid_t <em>xfer_plist</em>, void
|
||||
**<em>tconv_buf</em>, void **<em>bkg_buf</em>)</code>
|
||||
<dd>Sets or retrieves the maximum size in bytes of the temporary
|
||||
buffer used for datatype conversion in the I/O pipeline. An
|
||||
|
||||
Reference in New Issue
Block a user