diff options
Diffstat (limited to 'tools/testfiles/tnestcomp-1.ddl')
-rw-r--r-- | tools/testfiles/tnestcomp-1.ddl | 72 |
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 + } + } + } + } +} +} |