summaryrefslogtreecommitdiffstats
path: root/fortran/test
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-08-12 14:22:39 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-08-12 14:22:39 (GMT)
commitf484aafef49dbcc89429cd090ea5037903f271b6 (patch)
tree5661fa50092a5f4e0365fcabaaa386f9948e7ea6 /fortran/test
parent9a2f9731bd0ed65526d7005c214ffb6f74485871 (diff)
downloadhdf5-f484aafef49dbcc89429cd090ea5037903f271b6.zip
hdf5-f484aafef49dbcc89429cd090ea5037903f271b6.tar.gz
hdf5-f484aafef49dbcc89429cd090ea5037903f271b6.tar.bz2
[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:
Diffstat (limited to 'fortran/test')
-rw-r--r--fortran/test/tf.f902
1 files changed, 1 insertions, 1 deletions
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