diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2014-04-07 17:05:22 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2014-04-07 17:05:22 (GMT) |
commit | 849177c7b6810d2fc4c16092fc3e37a3fee12075 (patch) | |
tree | 009fea2e69f97ffea9ec5f7458675df78fbee0d4 /fortran/test/tH5E.f90 | |
parent | f6a04cded9e3ec9d2c672215c8ab7fffdec0a1ea (diff) | |
download | hdf5-849177c7b6810d2fc4c16092fc3e37a3fee12075.zip hdf5-849177c7b6810d2fc4c16092fc3e37a3fee12075.tar.gz hdf5-849177c7b6810d2fc4c16092fc3e37a3fee12075.tar.bz2 |
[svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on macs, linux, powerpc
for non-standard sizes of reals.
Platforms tested: jam, ostrich, platypus, kite, quail, emu
Diffstat (limited to 'fortran/test/tH5E.f90')
-rw-r--r-- | fortran/test/tH5E.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5E.f90 b/fortran/test/tH5E.f90 index 5f680e2..10ecaf6 100644 --- a/fortran/test/tH5E.f90 +++ b/fortran/test/tH5E.f90 @@ -44,7 +44,7 @@ CONTAINS IMPLICIT NONE LOGICAL, INTENT(IN) :: cleanup - INTEGER, INTENT(OUT) :: total_error + INTEGER, INTENT(INOUT) :: total_error CHARACTER(LEN=6), PARAMETER :: filename = "etestf" ! File name CHARACTER(LEN=80) :: fix_filename |