mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r23087] I updated MANIFEST to include the new files hl/src/H5DO.c, H5DOpublic.h, H5DOprivate.h. I included H5DOpublic.h into hl/src/hdf5_hl.h.
Tested on koala.
This commit is contained in:
parent
c409265f9d
commit
fc9ed51a3a
4
MANIFEST
4
MANIFEST
@ -2146,6 +2146,9 @@
|
||||
./hl/src/COPYING
|
||||
./hl/src/Makefile.am
|
||||
./hl/src/Makefile.in
|
||||
./hl/src/H5DO.c
|
||||
./hl/src/H5DOprivate.h
|
||||
./hl/src/H5DOpublic.h
|
||||
./hl/src/H5DS.c
|
||||
./hl/src/H5DSprivate.h
|
||||
./hl/src/H5DSpublic.h
|
||||
@ -2186,6 +2189,7 @@
|
||||
./hl/test/sepia.pal
|
||||
./hl/test/gen_test_ds.c
|
||||
./hl/test/test_ds.c
|
||||
./hl/test/test_dset_opt.c
|
||||
./hl/test/test_file_image.c
|
||||
./hl/test/test_image.c
|
||||
./hl/test/test_lite.c
|
||||
|
@ -22,6 +22,7 @@
|
||||
#ifndef _HDF5_HL_H
|
||||
#define _HDF5_HL_H
|
||||
|
||||
#include "H5DOpublic.h" /* dataset optimization */
|
||||
#include "H5DSpublic.h" /* dimension scales */
|
||||
#include "H5LTpublic.h" /* lite */
|
||||
#include "H5IMpublic.h" /* image */
|
||||
|
Loading…
x
Reference in New Issue
Block a user