diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-09 15:01:11 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-09 15:01:11 (GMT) |
commit | b67a6727cf0c848f92463a15ac76a2fbdfc6555a (patch) | |
tree | f16ef6a07497a03c0fd13436186037e802f35f90 /hl/fortran/test | |
parent | fc42b3efaa724c0caa6ff84bf5d8136a6aae22bb (diff) | |
download | hdf5-b67a6727cf0c848f92463a15ac76a2fbdfc6555a.zip hdf5-b67a6727cf0c848f92463a15ac76a2fbdfc6555a.tar.gz hdf5-b67a6727cf0c848f92463a15ac76a2fbdfc6555a.tar.bz2 |
[svn-r27359] Fixed Cmake to handle autogenerated Fortran HL APIs
Diffstat (limited to 'hl/fortran/test')
-rw-r--r-- | hl/fortran/test/tsttable.F90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/fortran/test/tsttable.F90 b/hl/fortran/test/tsttable.F90 index f57f933..74029a5 100644 --- a/hl/fortran/test/tsttable.F90 +++ b/hl/fortran/test/tsttable.F90 @@ -82,9 +82,9 @@ SUBROUTINE test_table1() SIZEOF_X = SIZEOF(bufd(1)) #endif - ! If Fortran DOUBLE PRECISION and C DOUBLE sizeof don't match then disable + ! If Fortran DOUBLE PRECISION and C DOUBLE sizeofs don't match then disable ! creating a DOUBLE RECISION field, and instead create a REAL field. This - ! is to handle when DOUBLE PRECISION is promoted via a compiler option. + ! is needed to handle when DOUBLE PRECISION is promoted via a compiler flag. Exclude_double = .FALSE. IF(Cs_sizeof_double.NE.SIZEOF_X)THEN Exclude_double = .TRUE. |