summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcomp-3.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tcomp-3.ddl')
-rw-r--r--tools/testfiles/tcomp-3.ddl34
1 files changed, 0 insertions, 34 deletions
diff --git a/tools/testfiles/tcomp-3.ddl b/tools/testfiles/tcomp-3.ddl
deleted file mode 100644
index 0294220..0000000
--- a/tools/testfiles/tcomp-3.ddl
+++ /dev/null
@@ -1,34 +0,0 @@
-HDF5 "tcompound.h5" {
-DATATYPE "/#6632" H5T_COMPOUND {
- H5T_STD_I32BE "int";
- H5T_IEEE_F32BE "float";
-}
-GROUP "/group2" {
- DATASET "dset5" {
- DATATYPE "/#6632"
- DATASPACE SIMPLE { ( 5 ) / ( 5 ) }
- DATA {
- (0): {
- 0,
- 0
- },
- (1): {
- 1,
- 0.1
- },
- (2): {
- 2,
- 0.2
- },
- (3): {
- 3,
- 0.3
- },
- (4): {
- 4,
- 0.4
- }
- }
- }
-}
-}