summaryrefslogtreecommitdiffstats
path: root/hl/test
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2005-01-28 18:55:20 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2005-01-28 18:55:20 (GMT)
commit1df1c1ba6d162772f421b5e6dd5c2e64031684db (patch)
treea3004c4d1b5913af83ac9f77bcb0558157a2d042 /hl/test
parent792e19e6b81522dde7e94d015783d37b86afc2bd (diff)
downloadhdf5-1df1c1ba6d162772f421b5e6dd5c2e64031684db.zip
hdf5-1df1c1ba6d162772f421b5e6dd5c2e64031684db.tar.gz
hdf5-1df1c1ba6d162772f421b5e6dd5c2e64031684db.tar.bz2
[svn-r9881] Purpose:
changed the name of the hl table files back to H5TB.c and H5TB.h this can be done now because the H5TB.c (threaded binary trees) file was removed from the hdf5 library Description: Solution: Platforms tested: linux Misc. update:
Diffstat (limited to 'hl/test')
-rw-r--r--hl/test/test_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/test_table.c b/hl/test/test_table.c
index 57b3791..578ad59 100644
--- a/hl/test/test_table.c
+++ b/hl/test/test_table.c
@@ -13,7 +13,7 @@
-#include "H5TA.h"
+#include "H5TB.h"
#include <stdlib.h>
#include <assert.h>