From fe2b65f3e44057bf1155cd82d1d87169c6e09a5c Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Fri, 19 Feb 2016 16:12:32 -0500 Subject: [svn-r29172] Fixed double word typo in #ifdef H5_FORTRAN_HAVE_C_SIZEOF --- fortran/test/tf.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12