diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-06-05 16:59:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 16:59:51 (GMT) |
commit | 66cee727684ee3bca63d3ccd57bc4ae7a184bb31 (patch) | |
tree | 5e2887b82cdc69c79322541199a42a4a3b816855 /fortran/test | |
parent | 71684199d5aafa9faaa38d9159c500be715c3f54 (diff) | |
download | hdf5-66cee727684ee3bca63d3ccd57bc4ae7a184bb31.zip hdf5-66cee727684ee3bca63d3ccd57bc4ae7a184bb31.tar.gz hdf5-66cee727684ee3bca63d3ccd57bc4ae7a184bb31.tar.bz2 |
Print out the VOL connector being used in the ASYNC test (#3016)
* Print out the VOL connector being used in the ASYNC test
* Add h5pget_vol_cap_flags_f with test
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/tf.F90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/test/tf.F90 b/fortran/test/tf.F90 index 61451af..501d243 100644 --- a/fortran/test/tf.F90 +++ b/fortran/test/tf.F90 @@ -96,8 +96,8 @@ CONTAINS ENDDO WRITE(*,'("| |")') - WRITE(*,'(A)') title_centered - + WRITE(*,'(A)') TRIM(title_centered) + WRITE(*,'("| |")', ADVANCE="NO") DO i = 1, width-5 WRITE(*,'(1X)', ADVANCE="NO") |