summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2006-06-12 21:53:20 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2006-06-12 21:53:20 (GMT)
commit984bc9d952f03347f571af7f5ea762ddb4d4093a (patch)
treebd7dc7e56ff52388e7bca5103a94a6367441e9cb /windows
parentbb2b80648516cc085a396d5afb399e6741e0b6e1 (diff)
downloadhdf5-984bc9d952f03347f571af7f5ea762ddb4d4093a.zip
hdf5-984bc9d952f03347f571af7f5ea762ddb4d4093a.tar.gz
hdf5-984bc9d952f03347f571af7f5ea762ddb4d4093a.tar.bz2
[svn-r12410] Purpose:
Update HDF5 Fortran90 type definition file on windows to reflect the changes in Linux. Description: INT has been changed to Fortran_INTEGER in the file. Solution: Make the change. Platforms tested: Visual fortran 6.6c with MSVS 6.0 Only affects windows. Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/fortran/src/H5fortran_types.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/fortran/src/H5fortran_types.f90 b/windows/fortran/src/H5fortran_types.f90
index 94c6f82..ef9240c 100755
--- a/windows/fortran/src/H5fortran_types.f90
+++ b/windows/fortran/src/H5fortran_types.f90
@@ -23,7 +23,7 @@
INTEGER, PARAMETER :: HSIZE_T = 8
INTEGER, PARAMETER :: HSSIZE_T = 8
INTEGER, PARAMETER :: SIZE_T = 4
- INTEGER, PARAMETER :: INT = 4
+ INTEGER, PARAMETER :: Fortran_INTEGER = 4
INTEGER, PARAMETER :: HID_T = 4
INTEGER, PARAMETER :: Fortran_REAL = 4
INTEGER, PARAMETER :: Fortran_DOUBLE = 8