From 861af957295ea847d9a9a9a37c6e59ab1483aebd Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Tue, 21 Mar 2000 12:47:40 -0500 Subject: [svn-r2042] ddl for the testfile tnestedcomp.h5 --- tools/testfiles/tnestcomp-1.ddl | 72 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 tools/testfiles/tnestcomp-1.ddl 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 + } + } + } + } +} +} -- cgit v0.12