diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-03-21 17:47:40 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-03-21 17:47:40 (GMT) |
commit | 861af957295ea847d9a9a9a37c6e59ab1483aebd (patch) | |
tree | 48b12265d75dc930b8e907dde9c7841aafb7be46 /tools | |
parent | 5536ff167ea3d1fe4a8a12db0b9883aa6fef62bb (diff) | |
download | hdf5-861af957295ea847d9a9a9a37c6e59ab1483aebd.zip hdf5-861af957295ea847d9a9a9a37c6e59ab1483aebd.tar.gz hdf5-861af957295ea847d9a9a9a37c6e59ab1483aebd.tar.bz2 |
[svn-r2042] ddl for the testfile tnestedcomp.h5
Diffstat (limited to 'tools')
-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 + } + } + } + } +} +} |