H5Pset_fletcher32
(hid_t plist
)
H5Pset_fletcher32
sets the Fletcher32 checksum filter
in the dataset creation property list plist
.
hid_t plist |
IN: Dataset creation property list identifier. |
SUBROUTINE h5pset_fletcher32_f(prp_id, hdferr) IMPLICIT NONE INTEGER(HID_T), INTENT(IN) :: prp_id ! Dataset creation property list ! identifier INTEGER, INTENT(OUT) :: hdferr ! Error code ! 0 on success and -1 on failure END SUBROUTINE h5pset_fletcher32_f
Release | C |
1.6.0 | Function introduced in this release. |