| 1231 | } |
| 1232 | } |
| 1233 | herr_t setLinkCreationOrder(hid_t plist_id, unsigned int crt_order_flags) { |
| 1234 | return H5Pset_link_creation_order(plist_id, crt_order_flags); |
| 1235 | } |
| 1236 | herr_t setLibVerBounds(hid_t plist_id, unsigned int minor, unsigned int major) { |
| 1237 | return H5Pset_libver_bounds(plist_id, (H5F_libver_t)minor, (H5F_libver_t)major); |
| 1238 | } |