summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/pbits/tpbitsUnsignedWhole.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/pbits/tpbitsUnsignedWhole.ddl')
-rw-r--r--tools/testfiles/pbits/tpbitsUnsignedWhole.ddl17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/testfiles/pbits/tpbitsUnsignedWhole.ddl b/tools/testfiles/pbits/tpbitsUnsignedWhole.ddl
deleted file mode 100644
index 7c9e736..0000000
--- a/tools/testfiles/pbits/tpbitsUnsignedWhole.ddl
+++ /dev/null
@@ -1,17 +0,0 @@
-HDF5 "packedbits.h5" {
-DATASET "/DU08BITS" {
- DATATYPE H5T_STD_U8LE
- DATASPACE SIMPLE { ( 8, 8 ) / ( 8, 8 ) }
- PACKED_BITS OFFSET=0 LENGTH=8
- DATA {
- (0,0): 255, 254, 252, 248, 240, 224, 192, 128,
- (1,0): 254, 252, 248, 240, 224, 192, 128, 0,
- (2,0): 252, 248, 240, 224, 192, 128, 0, 0,
- (3,0): 248, 240, 224, 192, 128, 0, 0, 0,
- (4,0): 240, 224, 192, 128, 0, 0, 0, 0,
- (5,0): 224, 192, 128, 0, 0, 0, 0, 0,
- (6,0): 192, 128, 0, 0, 0, 0, 0, 0,
- (7,0): 128, 0, 0, 0, 0, 0, 0, 0
- }
-}
-}