diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-02-19 21:12:32 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-02-19 21:12:32 (GMT) |
commit | fe2b65f3e44057bf1155cd82d1d87169c6e09a5c (patch) | |
tree | 824346f0ddad0bd7942891776c295f6b25b2c3af /fortran/test | |
parent | 553374e665ac2a8ed1e9ebf412b234f50123f12d (diff) | |
download | hdf5-fe2b65f3e44057bf1155cd82d1d87169c6e09a5c.zip hdf5-fe2b65f3e44057bf1155cd82d1d87169c6e09a5c.tar.gz hdf5-fe2b65f3e44057bf1155cd82d1d87169c6e09a5c.tar.bz2 |
[svn-r29172] Fixed double word typo in #ifdef H5_FORTRAN_HAVE_C_SIZEOF
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/tf.F90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tf.F90 b/fortran/test/tf.F90 index f8629ba..e9baf43 100644 --- a/fortran/test/tf.F90 +++ b/fortran/test/tf.F90 @@ -336,7 +336,7 @@ CONTAINS IMPLICIT NONE TYPE(comp_datatype), INTENT(in) :: a -#ifdef H5_FORTRAN_FORTRAN_HAVE_C_SIZEOF +#ifdef H5_FORTRAN_HAVE_C_SIZEOF H5_SIZEOF_CMPD = C_SIZEOF(a) #else H5_SIZEOF_CMPD = SIZEOF(a) |