[svn-r1420] Modified to add new dataset transfer property list ID in H5Tconvert.

This commit is contained in:
Quincey Koziol 1999-07-03 05:34:45 -05:00
parent 3bdafe922a
commit 306b310366
2 changed files with 2 additions and 2 deletions

View File

@ -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*/

View File

@ -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*/