changes.mady.by.user Barbara Jones
Saved on Jun 02, 2020
Saved on Sep 15, 2020
Checks if two selections are the same shape
H5S_SELECT_SHAPE_SAME ( space1_id, space2_id )
<pre><code class="language-c">htri_t H5Sselect_shape_same ( hid_t space1_id, hid_t space2_id )</code></pre>
<pre><code class="language-fortran">Replace this text with the Fortran function signature</code></pre>
space1_id
space2_id
H5S_SELECT_SHAPE_SAME checks to see if the current selection in the dataspaces are the same dimensionality and shape.
This is primarily used for reading the entire selection in one swoop.
Returns a non-negative value if successful; otherwise returns a negative value.