summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5T.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5575] Elena Pourmal2002-06-101-0/+14
| | | | | | | | | Purpose: Maintenance Description: Added Copyright statement ot the source files Platforms tested: Solaris 2.7 (arabica)
* [svn-r5493] Elena Pourmal2002-05-311-3/+3
| | | | | | | | | | | Purpose: Code cleanup Description: Many F90 compilers were not happy about character*(*) declarations. Solution: Used F90 character(len=*) declarations. Platforms tested: Solaris 2.7 and Linux 2.4
* [svn-r4865] Elena Pourmal2002-01-261-1/+2
| | | | | | | | | | | | Purpose: Maintenance Description: Several compiler's warnings caused Hitachi SR8000 running HI-UX/MPP F90 and C compilers to fail. Solution: Fixed code to eliminate warning. Platforms tested: O2K (modi4) and Solaris 2.7 (arabica)
* [svn-r4026] Elena Pourmal2001-06-211-8/+10
| | | | | | | | | Purpose: Windows port Description: Modified code to reflect the changes in the read/write APIs. Platforms tested: Windows 98, Linux, DEC UNIX
* [svn-r3036] Elena Pourmal2000-11-301-1/+1
| | | | | | | | | | | | | Purpose: Bug fix Description: hdf5 1.4.0_beta1 build failed for Fortran test tH5T.f90 because third argument of the h5tarray_create_f subroutine had INTEGER(SIZE_T) type instead of INTEGER(HSIZE_T) type. Solution: Fixed the datatype. Platforms tested: Linux (eirene)
* [svn-r2964] Elena Pourmal2000-11-171-3/+8
| | | | | | | | | | Purpose: Code maintenance Description: Fixed the code to use new h5tarray_create_f subroutine to create a compound datatype with an array field. Platforms tested: Solaris 2.6
* [svn-r2796] Elena Pourmal2000-11-031-4/+4
| | | | | | | | | Purpose: Maintenance Description: Updated tests to use new F90 programming model. Platforms tested: O2K and Solaris2.7
* [svn-r2576] Purpose:Bill Wendling2000-09-191-0/+691
Adding the Fortran interface to the HDF5 library Description: Fortran is now a subdirectory of the HDF5 library tree. Platforms tested: Solaris and IRIX (O2K)