Changeset 1c2ccea
- Timestamp:
- Dec 29, 2021, 5:52:03 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- cba2b12
- Parents:
- 6f53da8
- git-author:
- Paul Brossier <piem@piem.org> (12/26/21 23:15:00)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:52:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/file_hdf5.c
r6f53da8 r1c2ccea 134 134 const char_t *type_name; 135 135 uint_t *depth = (uint_t *)opdata; 136 herr_t err = H5Oget_info_by_name(loc_id, name, &infobuf, H5P_DEFAULT); 136 herr_t err = H5Oget_info_by_name(loc_id, name, &infobuf, H5O_INFO_BASIC, 137 H5P_DEFAULT); 137 138 if (err < 0) goto failure; 138 139 if (*depth > MAX_DEPTH) goto failure;
Note: See TracChangeset
for help on using the changeset viewer.