mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r24172] Position trunk/1.8 vars in similar location for comparison.
This commit is contained in:
parent
be3a331550
commit
c965b5503b
@ -1154,6 +1154,9 @@ dump_fcpl(hid_t fid)
|
||||
hsize_t userblock; /* userblock size retrieved from FCPL */
|
||||
size_t off_size; /* size of offsets in the file */
|
||||
size_t len_size; /* size of lengths in the file */
|
||||
H5F_file_space_type_t fs_strategy; /* file space strategy */
|
||||
hsize_t fs_threshold; /* free-space section threshold */
|
||||
H5F_info2_t finfo; /* file information */
|
||||
#ifdef SHOW_FILE_DRIVER
|
||||
hid_t fapl; /* file access property list ID */
|
||||
hid_t fdriver; /* file driver */
|
||||
@ -1162,9 +1165,6 @@ dump_fcpl(hid_t fid)
|
||||
unsigned sym_lk; /* symbol table B-tree leaf 'K' value */
|
||||
unsigned sym_ik; /* symbol table B-tree internal 'K' value */
|
||||
unsigned istore_ik; /* indexed storage B-tree internal 'K' value */
|
||||
H5F_file_space_type_t fs_strategy; /* file space strategy */
|
||||
hsize_t fs_threshold; /* free-space section threshold */
|
||||
H5F_info2_t finfo; /* file information */
|
||||
|
||||
fcpl=H5Fget_create_plist(fid);
|
||||
H5Fget_info2(fid, &finfo);
|
||||
|
Loading…
Reference in New Issue
Block a user