diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-21 20:59:07 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-21 20:59:07 (GMT) |
commit | 18a656663a73a693cabf49d6f4858f7af311e6f5 (patch) | |
tree | 330352ae6f1ea7b53b70281231ec4e7f4c22e610 /tools/testfiles/tnullspace.ddl | |
parent | e8309603cd45cdfa4c831e659c529f51b117ef39 (diff) | |
download | hdf5-18a656663a73a693cabf49d6f4858f7af311e6f5.zip hdf5-18a656663a73a693cabf49d6f4858f7af311e6f5.tar.gz hdf5-18a656663a73a693cabf49d6f4858f7af311e6f5.tar.bz2 |
[svn-r8714] *** empty log message ***
Diffstat (limited to 'tools/testfiles/tnullspace.ddl')
-rw-r--r-- | tools/testfiles/tnullspace.ddl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/testfiles/tnullspace.ddl b/tools/testfiles/tnullspace.ddl new file mode 100644 index 0000000..5507b08 --- /dev/null +++ b/tools/testfiles/tnullspace.ddl @@ -0,0 +1,19 @@ +############################# +Expected output for 'h5dump tnullspace.h5' +############################# +HDF5 "tnullspace.h5" { +GROUP "/" { + ATTRIBUTE "attr" { + DATATYPE H5T_STD_U32LE + DATASPACE NULL + DATA { + } + } + DATASET "dset" { + DATATYPE H5T_STD_I32BE + DATASPACE NULL + DATA { + } + } +} +} |