mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
2d7cee1e9f
commit
7f5c264ce4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user