definition of H5_MAX_NAME_LEN moved to public API

This commit is contained in:
2013-09-26 15:38:54 +02:00
parent ee07f01abd
commit 969acd3642
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -14,7 +14,6 @@
/* WARNING! Changing these values will alter the data model and introduce
* file incompatibilities with previous versions. */
#define H5_MAX_NAME_LEN 64
#define H5_DATANAME_LEN H5_MAX_NAME_LEN
#define H5_STEPNAME_LEN H5_MAX_NAME_LEN
#define H5_STEPNAME "Step"
+2
View File
@@ -16,6 +16,8 @@
extern "C" {
#endif
#define H5_MAX_NAME_LEN 64
h5_int64_t
h5_set_step (
const h5_file_t, const h5_int64_t);