mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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:
This commit is contained in:
parent
792e19e6b8
commit
1df1c1ba6d
4
MANIFEST
4
MANIFEST
@ -1551,8 +1551,8 @@
|
||||
./hl/src/H5IM.h
|
||||
./hl/src/H5LT.c
|
||||
./hl/src/H5LT.h
|
||||
./hl/src/H5TA.c
|
||||
./hl/src/H5TA.h
|
||||
./hl/src/H5TB.c
|
||||
./hl/src/H5TB.h
|
||||
./hl/test/Dependencies
|
||||
./hl/test/Makefile.in
|
||||
./hl/test/test_image.c
|
||||
|
@ -10,7 +10,7 @@
|
||||
* *
|
||||
****************************************************************************/
|
||||
|
||||
#include "H5TA.h"
|
||||
#include "H5TB.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -18,7 +18,7 @@ LIBHDF5=$(top_builddir)/src/libhdf5.la
|
||||
CLEAN=
|
||||
|
||||
## Source and object files for the library (lexicographically)...
|
||||
LIB_SRC=H5LT.c H5TA.c H5IM.c
|
||||
LIB_SRC=H5LT.c H5TB.c H5IM.c
|
||||
|
||||
LIB_OBJ=$(LIB_SRC:.c=.lo)
|
||||
|
||||
@ -26,7 +26,7 @@ LIB_OBJ=$(LIB_SRC:.c=.lo)
|
||||
MOSTLYCLEAN=
|
||||
|
||||
## Public header files (to be installed)...
|
||||
PUB_HDR=H5IM.h H5LT.h H5TA.h
|
||||
PUB_HDR=H5IM.h H5LT.h H5TB.h
|
||||
|
||||
## Other header files (not to be installed)...
|
||||
PRIVATE_HDR=
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
|
||||
#include "H5TA.h"
|
||||
#include "H5TB.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
Loading…
Reference in New Issue
Block a user