summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2014-07-24 21:11:24 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2014-07-24 21:11:24 (GMT)
commitf41ac606212fe588159bdda7629de79337b667fe (patch)
tree8112bd1f322391b750c3c782b83846fea0fc0121 /fortran
parent65e3b596e35a9cf4a227e6a3902bb5dd818a31a6 (diff)
downloadhdf5-f41ac606212fe588159bdda7629de79337b667fe.zip
hdf5-f41ac606212fe588159bdda7629de79337b667fe.tar.gz
hdf5-f41ac606212fe588159bdda7629de79337b667fe.tar.bz2
[svn-r25483] Fixed code comments.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt
index 66f6634..a4407e5 100644
--- a/fortran/src/CMakeLists.txt
+++ b/fortran/src/CMakeLists.txt
@@ -156,10 +156,10 @@ set_target_properties (${HDF5_F90_C_LIB_TARGET} PROPERTIES
# Fortran 2003 standard
#-----------------------------------------------------------------------------
if (HDF5_ENABLE_F2003)
- # default real is 4 bytes, so include double signatures
+ # F2003 features are enabled
set (F_STATUS "_F03")
else (HDF5_ENABLE_F2003)
- # default real is 8 bytes, so exclude double signatures
+ # F2003 features are not enabled
set (F_STATUS "_F90")
endif (HDF5_ENABLE_F2003)