summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tnestcomp-1.ddl
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-03-21 17:47:40 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-03-21 17:47:40 (GMT)
commit861af957295ea847d9a9a9a37c6e59ab1483aebd (patch)
tree48b12265d75dc930b8e907dde9c7841aafb7be46 /tools/testfiles/tnestcomp-1.ddl
parent5536ff167ea3d1fe4a8a12db0b9883aa6fef62bb (diff)
downloadhdf5-861af957295ea847d9a9a9a37c6e59ab1483aebd.zip
hdf5-861af957295ea847d9a9a9a37c6e59ab1483aebd.tar.gz
hdf5-861af957295ea847d9a9a9a37c6e59ab1483aebd.tar.bz2
[svn-r2042] ddl for the testfile tnestedcomp.h5
Diffstat (limited to 'tools/testfiles/tnestcomp-1.ddl')
-rw-r--r--tools/testfiles/tnestcomp-1.ddl72
1 files changed, 72 insertions, 0 deletions
diff --git a/tools/testfiles/tnestcomp-1.ddl b/tools/testfiles/tnestcomp-1.ddl
new file mode 100644
index 0000000..7121cb1
--- /dev/null
+++ b/tools/testfiles/tnestcomp-1.ddl
@@ -0,0 +1,72 @@
+#############################
+Expected output for 'h5dump tnestedcomp.h5'
+#############################
+HDF5 "tnestedcomp.h5" {
+GROUP "/" {
+ DATASET "nested compound" {
+ DATATYPE {
+ {
+ H5T_IEEE_F64LE "re";
+ H5T_IEEE_F64LE "im";
+ } "x";
+ {
+ H5T_IEEE_F64LE "re";
+ H5T_IEEE_F64LE "im";
+ } "y";
+ }
+ DATASPACE { SIMPLE ( 5 ) / ( 5 ) }
+ DATA {
+ {
+ {
+ 0,
+ 0
+ },
+ {
+ 0,
+ 0
+ }
+ },
+ {
+ {
+ 1,
+ 1
+ },
+ {
+ 1,
+ 1
+ }
+ },
+ {
+ {
+ 2,
+ 2
+ },
+ {
+ 2,
+ 2
+ }
+ },
+ {
+ {
+ 3,
+ 3
+ },
+ {
+ 3,
+ 3
+ }
+ },
+ {
+ {
+ 4,
+ 4
+ },
+ {
+ 4,
+ 4
+ }
+ }
+ }
+ }
+}
+}