diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-05-10 22:24:12 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-05-10 22:24:12 (GMT) |
commit | 434ab9dca2fdd8656d100c5c5f3c62ce0ea838b4 (patch) | |
tree | ca245a9d8eb2fc61781697606d9f70066ea9815d /fortran | |
parent | 37832b192e4a352b2255ba80f3fa2c8a721b8e1f (diff) | |
download | hdf5-434ab9dca2fdd8656d100c5c5f3c62ce0ea838b4.zip hdf5-434ab9dca2fdd8656d100c5c5f3c62ce0ea838b4.tar.gz hdf5-434ab9dca2fdd8656d100c5c5f3c62ce0ea838b4.tar.bz2 |
[svn-r3908]
Purpose:
Bug fix
Description:
There was a syntax error on Windows, and I fixed it long time ago but forgot
to check this file into CVS.
Solution:
Fix the error.
Platforms tested:
Windows98
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5Pff.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Pff.f90 b/fortran/src/H5Pff.f90 index 98c9195..e8b7465 100644 --- a/fortran/src/H5Pff.f90 +++ b/fortran/src/H5Pff.f90 @@ -580,13 +580,13 @@ SUBROUTINE h5pset_fill_value_integer(prp_id, type_id, fillvalue, & + hdferr) ! !This definition is needed for Windows DLLs !DEC$if defined(BUILD_HDF5_DLL) !DEC$attributes dllexport :: h5pset_fill_value_integer !DEC$endif ! - hdferr) IMPLICIT NONE INTEGER(HID_T), INTENT(IN) :: prp_id ! Property list identifier INTEGER(HID_T), INTENT(IN) :: type_id ! Datatype identifier of |