mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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:
parent
1ab7630780
commit
c1bfa064ba
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user