summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5G.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-10-19 21:40:08 (GMT)
committerGitHub <noreply@github.com>2023-10-19 21:40:08 (GMT)
commit5672fd817732e6a7fda3886010452bc7c8598cf8 (patch)
treeb03635041dd808e3b1565b5c53ec373e377cbcba /fortran/test/tH5G.F90
parent8c69566da66e9239bbcd84b10e60068ade6c1784 (diff)
downloadhdf5-5672fd817732e6a7fda3886010452bc7c8598cf8.zip
hdf5-5672fd817732e6a7fda3886010452bc7c8598cf8.tar.gz
hdf5-5672fd817732e6a7fda3886010452bc7c8598cf8.tar.bz2
Attempt to quiet some warnings with cray compilers. (#3724)
Diffstat (limited to 'fortran/test/tH5G.F90')
-rw-r--r--fortran/test/tH5G.F906
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/test/tH5G.F90 b/fortran/test/tH5G.F90
index 83e0101..36c51df 100644
--- a/fortran/test/tH5G.F90
+++ b/fortran/test/tH5G.F90
@@ -26,6 +26,9 @@
MODULE TH5G
+ USE HDF5 ! This module contains all necessary modules
+ USE TH5_MISC
+
CONTAINS
SUBROUTINE group_test(cleanup, total_error)
@@ -35,9 +38,6 @@ CONTAINS
! h5glink(2)_f, h5gunlink_f, h5gmove(2)_f, h5gget_linkval_f, h5gset_comment_f,
! h5gget_comment_f
- USE HDF5 ! This module contains all necessary modules
- USE TH5_MISC
-
IMPLICIT NONE
LOGICAL, INTENT(IN) :: cleanup
INTEGER, INTENT(INOUT) :: total_error