changes.mady.by.user Barbara Jones
Saved on Jan 08, 2020
Clears the error stack for the current thread
This function is deprecated in favor of H5E_CLEAR2.
H5E_CLEAR1(void)
<pre><code class="language-c">herr_t H5Eclear1(void)</code></pre>
<pre><code class="language-fortran">SUBROUTINE h5eclear_f(hdferr) IMPLICIT NONE INTEGER, INTENT(OUT) :: hdferr ! Error code END SUBROUTINE h5eclear_f</code></pre>
None.
H5E_CLEAR1 clears the error stack for the current thread.
The stack is also cleared whenever an API function is called, with certain exceptions (for instance, H5E_PRINT1).
Returns a non-negative value if successful; otherwise returns a negative value.
Fortran example coming soon.
H5Eclear
H5Eclear1