summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2013-01-04 00:49:06 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2013-01-04 00:49:06 (GMT)
commit99af0ce5750daa20868ceb90203387fa2223d8db (patch)
tree080efcb46e7fd75262e4cdd6ad7a4a1f1fcdf8f6 /fortran
parent93bdf382dc2a1f12c5fc9c3c3ed5f73b3114bd70 (diff)
downloadhdf5-99af0ce5750daa20868ceb90203387fa2223d8db.zip
hdf5-99af0ce5750daa20868ceb90203387fa2223d8db.tar.gz
hdf5-99af0ce5750daa20868ceb90203387fa2223d8db.tar.bz2
[svn-r23134] Revised the comments to reflect what is in the F2003 standard.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/H5test_kind_SIZEOF.f904
1 files changed, 3 insertions, 1 deletions
diff --git a/fortran/src/H5test_kind_SIZEOF.f90 b/fortran/src/H5test_kind_SIZEOF.f90
index ba982ee..867ec1e 100644
--- a/fortran/src/H5test_kind_SIZEOF.f90
+++ b/fortran/src/H5test_kind_SIZEOF.f90
@@ -15,7 +15,9 @@
! NOTES
! This program is used in place of H5test_kind.f90 when the Fortran intrinsic
! function SIZEOF is available. It generates code that makes use of SIZEOF in
-! H5fortran_detect.f90 which is a portable solution.
+! H5fortran_detect.f90 which is a portable solution but is not standard
+! compliant. The program H5test_kind_C_SIZEOF uses F2008 standard intrinsic
+! function instead, which is the preferred method.
!
! The availability of SIZEOF is checked at configure time and the TRUE/FALSE
! condition is set in the configure variable "FORTRAN_HAVE_SIZEOF".