diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-05-20 18:52:23 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-05-20 18:52:23 (GMT) |
commit | 61f3aed0ecbf87f0bdf685f2cd0c50e99a64c5d5 (patch) | |
tree | 04f54c39b6797ce6a0ba8b75b547f9e287f13bbc /fortran | |
parent | bc2386faebbdd98fc27791046820339c05da3b21 (diff) | |
download | hdf5-61f3aed0ecbf87f0bdf685f2cd0c50e99a64c5d5.zip hdf5-61f3aed0ecbf87f0bdf685f2cd0c50e99a64c5d5.tar.gz hdf5-61f3aed0ecbf87f0bdf685f2cd0c50e99a64c5d5.tar.bz2 |
[svn-r8550] Purpose:
Bug fix.
Description:
Removed an extra
!DEC$ ENDIF
from previous checkin.
Platforms tested:
Tested in TG-NCSA only since it was the one detected and
complained about the source error.
Misc. update:
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5Aff.f90 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fortran/src/H5Aff.f90 b/fortran/src/H5Aff.f90 index b72f59b..50a6d9e 100644 --- a/fortran/src/H5Aff.f90 +++ b/fortran/src/H5Aff.f90 @@ -2606,11 +2606,6 @@ hdferr = h5areadc_c(attr_id, memtype_id, buf, dims) END SUBROUTINE h5aread_char_7 -! -!END OVERLOADING -! -!DEC$ ENDIF -! !---------------------------------------------------------------------- ! Name: h5aget_space_f |