From c1bfa064ba501f5c4cb2c4749595a21b66e890ce Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Wed, 27 Aug 2008 09:54:19 -0500 Subject: [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. --- fortran/src/HDF5mpio.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/fortran/src/HDF5mpio.f90 b/fortran/src/HDF5mpio.f90 index 59ec309..6febef8 100644 --- a/fortran/src/HDF5mpio.f90 +++ b/fortran/src/HDF5mpio.f90 @@ -29,5 +29,6 @@ USE H5FDMPIO USE H5R USE H5Z + USE H5_DBLE_INTERFACE USE H5LIB END MODULE HDF5 -- cgit v0.12