macros defining the names of internal attributes moved to public core file

This commit is contained in:
2014-01-28 17:28:08 +01:00
parent fa091cc2ab
commit 36702c6207
2 changed files with 9 additions and 10 deletions
-10
View File
@@ -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
+9
View File
@@ -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