src/H5Part.h
- C++ wrapper added
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef _H5Part_H_
|
||||
#define _H5Part_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <hdf5.h>
|
||||
@@ -294,3 +298,7 @@ H5PartAbortErrorHandler (
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user