From 4cd492dbb43c132df9d03cc19443d74eeb8503dd Mon Sep 17 00:00:00 2001 From: Xuan Bai Date: Wed, 12 Jan 2005 19:10:14 -0500 Subject: [svn-r9817] 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 machines, 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: --- windows/all.zip | Bin 455115 -> 455123 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/windows/all.zip b/windows/all.zip index 9d9441d..83c1cd0 100755 Binary files a/windows/all.zip and b/windows/all.zip differ -- cgit v0.12