[svn-r2305] took out the line that said the bitfields are not supported in the dumper.

now it will dump bitfields using the the tools lib like h5ls does.
This commit is contained in:
Patrick Lu 2000-05-31 11:08:10 -05:00
parent 2d7cee1e9f
commit 7f5c264ce4

View File

@ -1117,10 +1117,7 @@ hid_t type, space;
dump_data(did, DATASET_DATA);
break;
case H5T_BITFIELD:
indent += COL;
indentation (indent);
indent -= COL;
printf("DATA{ not yet implemented.}\n");
dump_data(did, DATASET_DATA);
break;
case H5T_OPAQUE:
/* indent += COL;