[svn-r15543] Description:

Put the  DOUBLE PRECISION interfaces in a separate module and added a USE statement for the module. The interfaces are included/excluded depending on
the state of FORTRAN_DEFAULT_REALisDBLE_F which detects if the default REAL is DOUBLE PRECISION. This allows the library to be compiled with -r8 Fortran flag without the user needing to change the source code.
This commit is contained in:
Scot Breitenfeld 2008-08-27 09:54:19 -05:00
parent 1ab7630780
commit c1bfa064ba

View File

@ -29,5 +29,6 @@
USE H5FDMPIO USE H5FDMPIO
USE H5R USE H5R
USE H5Z USE H5Z
USE H5_DBLE_INTERFACE
USE H5LIB USE H5LIB
END MODULE HDF5 END MODULE HDF5