mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[svn-r3972] my first HDF5 library commit
This commit is contained in:
parent
0cab1628f5
commit
c8acfbbc75
@ -10,9 +10,6 @@
|
||||
* *
|
||||
****************************************************************************/
|
||||
|
||||
#include <hdf5.h>
|
||||
|
||||
#include "H5Lite.h"
|
||||
#include "H5Image.h"
|
||||
|
||||
|
||||
|
@ -16,6 +16,8 @@
|
||||
#define _H5Image_H
|
||||
|
||||
|
||||
#include "H5Lite.h"
|
||||
|
||||
|
||||
/* HDF5 image information */
|
||||
typedef struct H5IM_imageinfo_t
|
||||
|
@ -21,8 +21,6 @@ static herr_t get_name_group( hid_t loc_id, const char *name, void *op_data);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Function: H5Lmake_dataset
|
||||
*
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "H5Apublic.h"
|
||||
|
||||
|
||||
|
||||
herr_t H5Lmake_dataset( hid_t loc_id,
|
||||
const char *dset_name,
|
||||
int rank,
|
||||
|
Loading…
Reference in New Issue
Block a user