diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-05 21:23:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-05 21:23:57 (GMT) |
commit | 651bd4e252405b2f579e2bbb361353401866bd47 (patch) | |
tree | f10eabd7cb620aefaefd8d27c41e12a0ac566f35 /tools/testfiles/tdset-1.ddl | |
parent | f768247888902ed9eeb2130d13f6c67b89f9c80f (diff) | |
download | hdf5-651bd4e252405b2f579e2bbb361353401866bd47.zip hdf5-651bd4e252405b2f579e2bbb361353401866bd47.tar.gz hdf5-651bd4e252405b2f579e2bbb361353401866bd47.tar.bz2 |
[svn-r7542] Purpose:
Bug fixes and code cleanup
Description:
Whitespace removal.
Added testfiles for named datatypes in attributes.
Platforms tested:
FreeBSD 4.9 (sleipnir)
h5committest
Diffstat (limited to 'tools/testfiles/tdset-1.ddl')
-rw-r--r-- | tools/testfiles/tdset-1.ddl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/testfiles/tdset-1.ddl b/tools/testfiles/tdset-1.ddl index 6d561b1..cbec6aa 100644 --- a/tools/testfiles/tdset-1.ddl +++ b/tools/testfiles/tdset-1.ddl @@ -4,8 +4,8 @@ Expected output for 'h5dump tdset.h5' HDF5 "tdset.h5" { GROUP "/" { DATASET "dset1" { - DATATYPE H5T_STD_I32BE - DATASPACE SIMPLE { ( 10, 20 ) / ( 10, 20 ) } + DATATYPE H5T_STD_I32BE + DATASPACE SIMPLE { ( 10, 20 ) / ( 10, 20 ) } DATA { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, @@ -24,11 +24,11 @@ GROUP "/" { 26, 27, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 - } - } + } + } DATASET "dset2" { - DATATYPE H5T_IEEE_F64BE - DATASPACE SIMPLE { ( 30, 20 ) / ( 30, 20 ) } + DATATYPE H5T_IEEE_F64BE + DATASPACE SIMPLE { ( 30, 20 ) / ( 30, 20 ) } DATA { 0, 0.0001, 0.0002, 0.0003, 0.0004, 0.0005, 0.0006, 0.0007, 0.0008, 0.0009, 0.001, 0.0011, 0.0012, 0.0013, 0.0014, 0.0015, 0.0016, 0.0017, @@ -120,7 +120,7 @@ GROUP "/" { 29, 29.0001, 29.0002, 29.0003, 29.0004, 29.0005, 29.0006, 29.0007, 29.0008, 29.0009, 29.001, 29.0011, 29.0012, 29.0013, 29.0014, 29.0015, 29.0016, 29.0017, 29.0018, 29.0019 - } - } -} -} + } + } +} +} |