summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuan Bai <xuanbai@hdfgroup.org>2005-01-13 00:30:04 (GMT)
committerXuan Bai <xuanbai@hdfgroup.org>2005-01-13 00:30:04 (GMT)
commitda0e88d1935a7e888f83dad70eb3ca8bfcec8cf0 (patch)
tree25e080e3c06bf902da7ad996906e6dd89492a7a2
parentbbaa01da58a3d635412108555b8a2d379727d2b1 (diff)
downloadhdf5-da0e88d1935a7e888f83dad70eb3ca8bfcec8cf0.zip
hdf5-da0e88d1935a7e888f83dad70eb3ca8bfcec8cf0.tar.gz
hdf5-da0e88d1935a7e888f83dad70eb3ca8bfcec8cf0.tar.bz2
[svn-r9818] Purpose:
Update H5fortran_types.f90. Description: As Quincey implemented hobj_ref_t for in Fortran APIs, HDF5 Fortran type definitions should be updated to include HADDR_T in H5fortran_types.f90. Solution: Add the following scripts into hdf5/fortran/src/H5fortran_types.f90: INTEGER, PARAMETER :: HADDR_T = SELECTED_INT_KIND(R_LARGE) Platforms tested: Visual Fortran 6.0 on Windows 2000. Visual Fortran 6.6c on Windows XP. (Notes: As HDF5 Fortran is not supported with .NET on my XP machine, so I did not test on .NET. Also, as H5fortran_types.f90 is included in all.zip, it will only be used for HDF5 on Windows. It is not necessary to test it on Unix.) Misc. update:
-rwxr-xr-xwindows/all.zipbin467414 -> 467420 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/windows/all.zip b/windows/all.zip
index 1b543f5..e71bb1c 100755
--- a/windows/all.zip
+++ b/windows/all.zip
Binary files differ