From f484aafef49dbcc89429cd090ea5037903f271b6 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 12 Aug 2003 09:22:39 -0500 Subject: [svn-r7348] Purpose: Bug fix Description: Somehow line DEC$if defined(BUILD_HDF4_DLL) was inserted to the file. It should be HDF5!!!!!!!!!!!!!!! Solution: Fixed the typo. Quincey, Thank you for noticing that. Platforms tested: Will be tested on Windows. Misc. update: --- 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 507d657..816bcc5 100644 --- a/fortran/test/tf.f90 +++ b/fortran/test/tf.f90 @@ -18,7 +18,7 @@ ! all the hdf5 fortran tests ! !This definition is needed for Windows DLLs -!DEC$if defined(BUILD_HDF4_DLL) +!DEC$if defined(BUILD_HDF5_DLL) !DEC$attributes dllexport :: check !DEC$endif -- cgit v0.12