diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-01-29 05:38:27 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-01-29 05:38:27 (GMT) |
commit | 82e29e9369c589c8b9a5b3e5bb7637abd7144c8c (patch) | |
tree | 5dcb23a6dc59e0164a2eb9aa438fa7f788546c5d /hl/fortran | |
parent | 1df1c1ba6d162772f421b5e6dd5c2e64031684db (diff) | |
download | hdf5-82e29e9369c589c8b9a5b3e5bb7637abd7144c8c.zip hdf5-82e29e9369c589c8b9a5b3e5bb7637abd7144c8c.tar.gz hdf5-82e29e9369c589c8b9a5b3e5bb7637abd7144c8c.tar.bz2 |
[svn-r9882] Purpose:
bug fix
I forgot to change the name to "H5TB.h" in this file
Description:
Solution:
Platforms tested:
none
Misc. update:
Diffstat (limited to 'hl/fortran')
-rwxr-xr-x | hl/fortran/src/H5TBfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/src/H5TBfc.c b/hl/fortran/src/H5TBfc.c index 78866c8..bd84314 100755 --- a/hl/fortran/src/H5TBfc.c +++ b/hl/fortran/src/H5TBfc.c @@ -14,7 +14,7 @@ /* This files contains C stubs for H5D Fortran APIs */ -#include "H5TA.h" +#include "H5TB.h" #include "H5LTf90proto.h" #include <stdlib.h> |