summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-31 17:34:29 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-31 17:34:29 (GMT)
commit71b68698a82d39f88337efda067d47cce62a7551 (patch)
tree06c83042e5b7f1576576c9dc9ef1e1c10ec6ca5f /tools
parent5744c377696d8853f9d7105c87adb4b8816c5fb9 (diff)
downloadhdf5-71b68698a82d39f88337efda067d47cce62a7551.zip
hdf5-71b68698a82d39f88337efda067d47cce62a7551.tar.gz
hdf5-71b68698a82d39f88337efda067d47cce62a7551.tar.bz2
[svn-r2312] made the dumper print out the bitfield data using the tools lib
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c
index 9934c10..927d088 100644
--- a/tools/h5dump.c
+++ b/tools/h5dump.c
@@ -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;