summaryrefslogtreecommitdiffstats
path: root/fortran/test/tf.f90
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-08-11 19:37:59 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-08-11 19:37:59 (GMT)
commit641f9f2fea80a3484c7a3a8376114a929b75033c (patch)
tree052e415a638162f1e1dbefc63be2e77d543715e8 /fortran/test/tf.f90
parentecc84e19dfc90ee48bf168a299f04c5eda2d12c7 (diff)
downloadhdf5-641f9f2fea80a3484c7a3a8376114a929b75033c.zip
hdf5-641f9f2fea80a3484c7a3a8376114a929b75033c.tar.gz
hdf5-641f9f2fea80a3484c7a3a8376114a929b75033c.tar.bz2
[svn-r7341] Purpose:
Updated, cleanup or added Copyright notice. Platforms tested: "h5committested" Misc. update:
Diffstat (limited to 'fortran/test/tf.f90')
-rw-r--r--fortran/test/tf.f903
1 files changed, 1 insertions, 2 deletions
diff --git a/fortran/test/tf.f90 b/fortran/test/tf.f90
index 828785c..507d657 100644
--- a/fortran/test/tf.f90
+++ b/fortran/test/tf.f90
@@ -1,4 +1,3 @@
-
! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
! Copyright by the Board of Trustees of the University of Illinois. *
! All rights reserved. *
@@ -19,7 +18,7 @@
! all the hdf5 fortran tests
!
!This definition is needed for Windows DLLs
-!DEC$if defined(BUILD_HDF5_DLL)
+!DEC$if defined(BUILD_HDF4_DLL)
!DEC$attributes dllexport :: check
!DEC$endif