diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-04-01 19:19:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 19:19:43 (GMT) |
commit | 210e0d91d158ea80e6d76d5656b2b467d0d1a9e6 (patch) | |
tree | 3b6cf0aaf9163158c22b36f092819c206383c9f3 /fortran/test | |
parent | f280d68e851015fed9db6b56dee05414c8f08921 (diff) | |
download | hdf5-210e0d91d158ea80e6d76d5656b2b467d0d1a9e6.zip hdf5-210e0d91d158ea80e6d76d5656b2b467d0d1a9e6.tar.gz hdf5-210e0d91d158ea80e6d76d5656b2b467d0d1a9e6.tar.bz2 |
October 2021 Pull Requests not previously merged to 1.12 (#1570)
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/tH5A.F90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/test/tH5A.F90 b/fortran/test/tH5A.F90 index 4d56bed..d5ce9a2 100644 --- a/fortran/test/tH5A.F90 +++ b/fortran/test/tH5A.F90 @@ -408,13 +408,13 @@ CONTAINS !open the INTEGER attrbute by name ! CALL h5aopen_name_f(dset_id, aname5, attr5_id, error) - CALL check("h5aopen_idx_f",error,total_error) + CALL check("h5aopen_name_f",error,total_error) ! !open the NULL attrbute by name ! CALL h5aopen_name_f(dset_id, aname6, attr6_id, error) - CALL check("h5aopen_idx_f",error,total_error) + CALL check("h5aopen_name_f",error,total_error) ! !get the attrbute name |