test/h5t/Makefile.am
test/h5u/Makefile.am test/h5b/H5BlockTestAttributes.c test/h5b/Makefile.am src/H5Part.c src/H5Block.c src/H5Part.h src/Makefile.am src/h5/errorhandling.c src/h5/h5_types.h src/h5/attribs.c src/h5/t_readwrite.c src/h5/u_readwrite.c src/h5/t_openclose.c src/h5/h5_private.h src/h5/readwrite.c src/h5/openclose.c src/h5/Makefile.am - changes due to removed H5PartTypes.h, H5BlockTyes.h and H5PartPrivate.h
This commit is contained in:
+1
-2
@@ -4,6 +4,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <hdf5.h>
|
||||
#include "h5.h"
|
||||
#ifdef PARALLEL_IO
|
||||
#include <mpi.h>
|
||||
#endif
|
||||
@@ -12,8 +13,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "H5PartTypes.h"
|
||||
|
||||
#define H5PART_SUCCESS H5_SUCCESS
|
||||
#define H5PART_ERR_NOMEM H5_ERR_NOMEM
|
||||
#define H5PART_ERR_INVAL H5_ERR_INVAL
|
||||
|
||||
Reference in New Issue
Block a user