[svn-r3972] my first HDF5 library commit

This commit is contained in:
Pedro Vicente Nunes 2001-06-06 17:40:32 -05:00
parent 0cab1628f5
commit c8acfbbc75
4 changed files with 2 additions and 6 deletions

View File

@ -10,9 +10,6 @@
* *
****************************************************************************/
#include <hdf5.h>
#include "H5Lite.h"
#include "H5Image.h"

View File

@ -16,6 +16,8 @@
#define _H5Image_H
#include "H5Lite.h"
/* HDF5 image information */
typedef struct H5IM_imageinfo_t

View File

@ -21,8 +21,6 @@ static herr_t get_name_group( hid_t loc_id, const char *name, void *op_data);
/*-------------------------------------------------------------------------
* Function: H5Lmake_dataset
*

View File

@ -25,7 +25,6 @@
#include "H5Apublic.h"
herr_t H5Lmake_dataset( hid_t loc_id,
const char *dset_name,
int rank,