changes.mady.by.user Barbara Jones
Saved on Nov 14, 2019
Saved on Dec 16, 2019
Closes a dataspace selection iterator
H5S_SEL_ITER_CLOSE ( sel_iter_id )
<pre><code class="language-c">herr_t H5Ssel_iter_close ( hid_t sel_iter_id )</code></pre>
<pre><code class="language-fortran">Replace this text with the Fortran function signature</code></pre>
sel_iter_id
H5S_SEL_ITER_CLOSE closes a dataspace selection iterator specified by sel_iter_id, releasing its state.
Non-negative on success / Negative on failure
None