diff options
Diffstat (limited to 'doc/html/fortran/h5p_FORTRAN.html')
-rw-r--r-- | doc/html/fortran/h5p_FORTRAN.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/html/fortran/h5p_FORTRAN.html b/doc/html/fortran/h5p_FORTRAN.html index b2d1aa7..894d613 100644 --- a/doc/html/fortran/h5p_FORTRAN.html +++ b/doc/html/fortran/h5p_FORTRAN.html @@ -1395,6 +1395,54 @@ FORTRAN Property List API -- h5p </pre> +<p> +<p> +<hr> +<p> +<a name="h5pset_buffer_f"> +<p> +</a> + + +<dt><strong>FORTRAN interface:</strong>   <strong>h5pset_buffer_f</strong> +<pre> + + SUBROUTINE h5pset_buffer_f(plist_id, size, hdferr) + IMPLICIT NONE + INTEGER(HID_T), INTENT(IN) :: plist_id ! Dataset trasfer + ! property list identifier + INTEGER(HSIZE_T), INTENT(IN) :: size ! Conversion buffer size + INTEGER, INTENT(OUT) :: hdferr ! Error code + END SUBROUTINE h5pset_buffer_f + +</pre> + + +<p> +<p> +<hr> +<p> +<a name="h5pget_buffer_f"> +<p> +</a> + + +<dt><strong>FORTRAN interface:</strong>   <strong>h5pget_buffer_f</strong> +<pre> + + SUBROUTINE h5pget_buffer_f(plist_id, size, hdferr) + IMPLICIT NONE + INTEGER(HID_T), INTENT(IN) :: plist_id ! Dataset trasfer + ! property list identifier + INTEGER(HSIZE_T), INTENT(OUT) :: size ! Conversion buffer size + INTEGER, INTENT(OUT) :: hdferr ! Error code + END SUBROUTINE h5pget_buffer_f + +</pre> + + + + </dl> |