macros defining the names of internal attributes moved to public core file
This commit is contained in:
@@ -395,16 +395,6 @@ H5BlockReadFieldAttribInt32 (
|
||||
(void*)buffer ));
|
||||
}
|
||||
|
||||
/*
|
||||
:TODO: move macros to private include file
|
||||
*/
|
||||
#define H5BLOCK_FIELD_ORIGIN_NAME "__Origin__"
|
||||
#define H5BLOCK_FIELD_SPACING_NAME "__Spacing__"
|
||||
#define H5BLOCK_FIELD_XCOORD_NAME "__X_Coordinates__"
|
||||
#define H5BLOCK_FIELD_YCOORD_NAME "__Y_Coordinates__"
|
||||
#define H5BLOCK_FIELD_ZCOORD_NAME "__Z_Coordinates__"
|
||||
|
||||
|
||||
/*!
|
||||
\ingroup h5block_attrib
|
||||
\anchor H5Block3dGetFieldOrigin
|
||||
|
||||
@@ -12,6 +12,15 @@
|
||||
|
||||
#include "h5core/h5_types.h"
|
||||
|
||||
/*
|
||||
:TODO: move macros to private include file
|
||||
*/
|
||||
#define H5BLOCK_FIELD_ORIGIN_NAME "__Origin__"
|
||||
#define H5BLOCK_FIELD_SPACING_NAME "__Spacing__"
|
||||
#define H5BLOCK_FIELD_XCOORD_NAME "__X_Coordinates__"
|
||||
#define H5BLOCK_FIELD_YCOORD_NAME "__Y_Coordinates__"
|
||||
#define H5BLOCK_FIELD_ZCOORD_NAME "__Z_Coordinates__"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user