[svn-r24172] Position trunk/1.8 vars in similar location for comparison.

This commit is contained in:
Allen Byrne 2013-09-19 14:42:45 -05:00
parent be3a331550
commit c965b5503b

View File

@ -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);