hdf5/fortran
James Laird 8bf9952205 [svn-r10743] Purpose:
Code cleanup

Description:
fortran/src/H5f90i.h used to define different fortran types for every
compiler.  Now it only defines three things, and they are the
same for every platform but one.

Solution:
Eliminate duplicate definitions; now there are only two cases
("UNICOS" and "everything else").
This should also let the HDF5 Fortran compile anywhere, even on
unknown platforms.

Platforms tested:
mir, pommier, modi4, copper, Cray X1 (in progress)
2005-05-12 15:00:56 -05:00
..
examples
src [svn-r10743] Purpose: 2005-05-12 15:00:56 -05:00
test [svn-r10667] Purpose: 2005-04-26 13:10:31 -05:00
testpar [svn-r10728] Purpose: 2005-05-04 13:24:15 -05:00
Makefile.am
Makefile.in