summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5_DBLE_InterfaceExclude.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r18197] Description:Quincey Koziol2010-01-301-3/+3
| | | | | | | | | Trim trailing whitespace from source code files with this command: find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//' Tested on: None - eyeballed only
* [svn-r15848] Description:Scot Breitenfeld2008-10-131-7/+19
| | | | Cosmetic changes: added additional comments at the start of the file.
* [svn-r15541] Description:Scot Breitenfeld2008-08-261-0/+27
Put the DOUBLE PRECISION interfaces in a separate 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.