diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-08 15:53:10 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-08 15:53:10 (GMT) |
commit | 908f3a8c8d704f0a11248e3499b47c0cdda268d5 (patch) | |
tree | 69f5a7152c08562f906443982dbd298650a2da3b /fortran/src/H5Tff.f90 | |
parent | d1c337058461311d0c583c99c6fbf45d945ed555 (diff) | |
download | hdf5-908f3a8c8d704f0a11248e3499b47c0cdda268d5.zip hdf5-908f3a8c8d704f0a11248e3499b47c0cdda268d5.tar.gz hdf5-908f3a8c8d704f0a11248e3499b47c0cdda268d5.tar.bz2 |
[svn-r14953] Maintenance: Fixed some minor bugs exposed by the Intel compiler on tungsten.
Platforms tested: tungsten is still configuring.
Diffstat (limited to 'fortran/src/H5Tff.f90')
-rw-r--r-- | fortran/src/H5Tff.f90 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fortran/src/H5Tff.f90 b/fortran/src/H5Tff.f90 index c60e78b..9b03ef0 100644 --- a/fortran/src/H5Tff.f90 +++ b/fortran/src/H5Tff.f90 @@ -3348,7 +3348,6 @@ CONTAINS !DEC$ IF DEFINED(HDF5F90_WINDOWS) !DEC$ ATTRIBUTES C,reference,decorate,alias:'H5TCOMMIT_ANON_C'::h5tcommit_anon_c !DEC$ ENDIF - !DEC$ATTRIBUTES reference ::name INTEGER(HID_T), INTENT(IN) :: loc_id INTEGER(HID_T), INTENT(IN) :: dtype_id INTEGER(HID_T) :: tcpl_id_default @@ -3414,7 +3413,6 @@ CONTAINS !DEC$ IF DEFINED(HDF5F90_WINDOWS) !DEC$ ATTRIBUTES C,reference,decorate,alias:'H5TCOMMITTED_C'::h5tcommitted_c !DEC$ ENDIF - !DEC$ATTRIBUTES reference ::name INTEGER(HID_T), INTENT(IN) :: dtype_id END FUNCTION h5tcommitted_c END INTERFACE |