mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r1420] Modified to add new dataset transfer property list ID in H5Tconvert.
This commit is contained in:
parent
3bdafe922a
commit
306b310366
@ -1648,7 +1648,7 @@ static void print_enum(hid_t type){
|
||||
}
|
||||
|
||||
/* Convert values to native data type */
|
||||
if (native>0) H5Tconvert(super, native, nmembs, value, NULL);
|
||||
if (native>0) H5Tconvert(super, native, nmembs, value, NULL, H5P_DEFAULT);
|
||||
|
||||
/* Sort members by increasing value */
|
||||
/*not implemented yet*/
|
||||
|
@ -818,7 +818,7 @@ display_enum_type(hid_t type, int ind)
|
||||
}
|
||||
|
||||
/* Convert values to native data type */
|
||||
if (native>0) H5Tconvert(super, native, nmembs, value, NULL);
|
||||
if (native>0) H5Tconvert(super, native, nmembs, value, NULL, H5P_DEFAULT);
|
||||
|
||||
/* Sort members by increasing value */
|
||||
/*not implemented yet*/
|
||||
|
Loading…
Reference in New Issue
Block a user