[svn-r8545] Purpose: bug fix

Description:  array definition is short of 1.


Platforms tested:  No test.  simple fix
This commit is contained in:
Raymond Lu 2004-05-20 11:19:03 -05:00
parent 910e19c646
commit 1364988014

View File

@ -382,7 +382,7 @@
!
! H5S flags declaration
!
INTEGER, PARAMETER :: H5S_FLAGS_LEN = 19
INTEGER, PARAMETER :: H5S_FLAGS_LEN = 20
INTEGER H5S_flags(H5S_FLAGS_LEN)
!DEC$if defined(BUILD_HDF5_DLL)
!DEC$ ATTRIBUTES DLLEXPORT :: /H5S_FLAGS/