[svn-r6950] Purpose:
API tweak.
Description:
The H5Sget_select_bounds() API call was using hsize_t arrays for retrieving
the 'start' and 'end' coordinates, which is counter to the rest of the dataspace
API.
Solution:
Change the arrays to be hssize_t instead.
Platforms tested:
FreeBSD 4.8 (sleipnir) w/C++
FreeBSD 4.8 (sleipnir) w/parallel
h5committested
Misc. update:
Updated all docs for this change.
Added 1.4 compatibility #ifdef's
This commit is contained in:
@@ -97,6 +97,10 @@ H5function6
|
||||
following the call to "flush". Actions in the "flush" call
|
||||
that are duplicated in the VFL "close" call may be omitted by
|
||||
the VFL driver.
|
||||
<dt><code>H5Sget_select_bounds</code>
|
||||
<dd>The 'start' and 'end' parameters have changed from
|
||||
<code>'hsize_t *'</code>
|
||||
to <code>'hssize_t *'</code> to better match the rest of the dataspace API.
|
||||
<dt><code>H5function</code>
|
||||
<dd>Description of change
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user