Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed H5Ovisit2() change of behavior between 1.10.11 and v1.14.4.3
H5O__visit() uses the object information to be returned to the application, so when the application did not request for certain information, they were not available to H5O__visit. This lack of information caused incorrect behavior down the road. We now call H5O_get_info again providing H5O_INFO_BASIC for "fields", so we can obtain correct object information for H5O__visit to use. Fixes HDFGroupGH-4941
- Loading branch information