From 7f5c264ce487bf308b762e18e77c5c63ec43adb9 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Wed, 31 May 2000 11:08:10 -0500 Subject: [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. --- tools/h5dump.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/h5dump.c b/tools/h5dump.c index 9934c10..b6cd255 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; -- cgit v0.12