diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-21 15:58:53 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-21 15:58:53 (GMT) |
commit | 9e9bdad5e9b2e182264b3df446cc9534a87f783c (patch) | |
tree | 580edf31dd1b1616e73cbf53d3ed462a1ccb742f /tools/testfiles/tdset-1.ddl | |
parent | d77fc6af739944c0ebbc362d4710da4696dccad0 (diff) | |
download | hdf5-9e9bdad5e9b2e182264b3df446cc9534a87f783c.zip hdf5-9e9bdad5e9b2e182264b3df446cc9534a87f783c.tar.gz hdf5-9e9bdad5e9b2e182264b3df446cc9534a87f783c.tar.bz2 |
[svn-r8563] *** empty log message ***
Diffstat (limited to 'tools/testfiles/tdset-1.ddl')
-rw-r--r-- | tools/testfiles/tdset-1.ddl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/testfiles/tdset-1.ddl b/tools/testfiles/tdset-1.ddl index cbec6aa..68dc8a8 100644 --- a/tools/testfiles/tdset-1.ddl +++ b/tools/testfiles/tdset-1.ddl @@ -122,5 +122,11 @@ GROUP "/" { 29.0016, 29.0017, 29.0018, 29.0019 } } + DATASET "dset3" { + DATATYPE H5T_STD_I32BE + DATASPACE NULL + DATA { + } + } } } |