mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r29714] Description:
Switch to use internal DXPL ID, to align with recent changes within the library. Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (Too minor to require h5committest)
This commit is contained in:
parent
ccdf15d88a
commit
be24e91aec
@ -270,10 +270,7 @@ main(int argc, char *argv[])
|
||||
/*
|
||||
* Open the file and get the file descriptor.
|
||||
*/
|
||||
if((dxpl = H5Pcreate(H5P_DATASET_XFER)) < 0) {
|
||||
HDfprintf(stderr, "cannot create dataset transfer property list\n");
|
||||
HDexit(1);
|
||||
} /* end if */
|
||||
dxpl = H5AC_ind_read_dxpl_id;
|
||||
if((fapl = H5Pcreate(H5P_FILE_ACCESS)) < 0) {
|
||||
HDfprintf(stderr, "cannot create file access property list\n");
|
||||
HDexit(1);
|
||||
@ -710,7 +707,6 @@ main(int argc, char *argv[])
|
||||
HDexit(5);
|
||||
} /* end if */
|
||||
|
||||
H5Pclose(dxpl);
|
||||
H5Pclose(fapl);
|
||||
H5Fclose(fid);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user