definition of H5_MAX_NAME_LEN moved to public API
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user