diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-11-20 17:58:27 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-11-20 17:58:27 (GMT) |
commit | 8544aae3e8ca4b806d9cca5fe54891ca1b5d231d (patch) | |
tree | 422dabbc7a1832c806fe1cf7fa8572e49e906311 /src/H5Fprivate.h | |
parent | 720bbdfe614660c885cd2dd31e5e4678422fcbcf (diff) | |
parent | 5a90dd3caee9843de2679bd53f888b2b3f453c00 (diff) | |
download | hdf5-8544aae3e8ca4b806d9cca5fe54891ca1b5d231d.zip hdf5-8544aae3e8ca4b806d9cca5fe54891ca1b5d231d.tar.gz hdf5-8544aae3e8ca4b806d9cca5fe54891ca1b5d231d.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 6595677..a4b7880 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -483,7 +483,7 @@ typedef struct H5F_t H5F_t; #define H5F_ACS_CLOSE_DEGREE_NAME "close_degree" /* File close degree */ #define H5F_ACS_FAMILY_OFFSET_NAME "family_offset" /* Offset position in file for family file driver */ #define H5F_ACS_FAMILY_NEWSIZE_NAME "family_newsize" /* New member size of family driver. (private property only used by h5repart) */ -#define H5F_ACS_FAMILY_TO_SEC2_NAME "family_to_sec2" /* Whether to convert family to sec2 driver. (private property only used by h5repart) */ +#define H5F_ACS_FAMILY_TO_SINGLE_NAME "family_to_single" /* Whether to convert family to a single-file driver. (private property only used by h5repart) */ #define H5F_ACS_MULTI_TYPE_NAME "multi_type" /* Data type in multi file driver */ #define H5F_ACS_LIBVER_LOW_BOUND_NAME "libver_low_bound" /* 'low' bound of library format versions */ #define H5F_ACS_LIBVER_HIGH_BOUND_NAME "libver_high_bound" /* 'high' bound of library format versions */ |