diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-11-05 19:39:49 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-11-05 19:39:49 (GMT) |
commit | a5e80bd595fc0cfe9c8d47954c452edc41e5c7d6 (patch) | |
tree | af44d16c33cb1e6c84b7b64dce5fbe6d8381ea93 /fortran/test/tH5T_F03.f90 | |
parent | c66edadd64919022f26c0337c36579d4948a63b9 (diff) | |
download | hdf5-a5e80bd595fc0cfe9c8d47954c452edc41e5c7d6.zip hdf5-a5e80bd595fc0cfe9c8d47954c452edc41e5c7d6.tar.gz hdf5-a5e80bd595fc0cfe9c8d47954c452edc41e5c7d6.tar.bz2 |
[svn-r21720] Description:
Renamed hdf file dsetf.h5 to dsetf_F03.h5 to avoid a possible conflict with the same file created in the fortranlib_test.f90 test.
Tested: jam (pgi)
Diffstat (limited to 'fortran/test/tH5T_F03.f90')
-rw-r--r-- | fortran/test/tH5T_F03.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5T_F03.f90 b/fortran/test/tH5T_F03.f90 index f7cbd15..215ac9e 100644 --- a/fortran/test/tH5T_F03.f90 +++ b/fortran/test/tH5T_F03.f90 @@ -1031,7 +1031,7 @@ END SUBROUTINE test_array_compound_atomic INTEGER, PARAMETER :: real_kind_7 = SELECTED_REAL_KIND(Fortran_REAL_4) !should map to REAL*4 on most modern processors INTEGER, PARAMETER :: real_kind_15 = SELECTED_REAL_KIND(Fortran_REAL_8) !should map to REAL*8 on most modern processors - CHARACTER(LEN=8), PARAMETER :: filename = "dsetf.h5" ! File name + CHARACTER(LEN=12), PARAMETER :: filename = "dsetf_F03.h5" ! File name CHARACTER(LEN=5), PARAMETER :: dsetname1 = "dset1" ! Dataset name CHARACTER(LEN=5), PARAMETER :: dsetname2 = "dset2" ! Dataset name CHARACTER(LEN=5), PARAMETER :: dsetname4 = "dset4" ! Dataset name |