diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-09 21:49:01 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-09 21:49:01 (GMT) |
commit | 2ce142b6eeee804f927f3a3e21531c68dbb4309f (patch) | |
tree | 2f5c3320a9aa3f6872f41fccf0e7f6680bb94afc /tools/testfiles/tnestcomp-1.ddl | |
parent | 3499de1b5302d739c5593724d4d7d10f9f23b039 (diff) | |
download | hdf5-2ce142b6eeee804f927f3a3e21531c68dbb4309f.zip hdf5-2ce142b6eeee804f927f3a3e21531c68dbb4309f.tar.gz hdf5-2ce142b6eeee804f927f3a3e21531c68dbb4309f.tar.bz2 |
[svn-r2846] Purpose:
New Feature
Description:
Updated DDL files for new array output from h5dump.
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'tools/testfiles/tnestcomp-1.ddl')
-rw-r--r-- | tools/testfiles/tnestcomp-1.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tnestcomp-1.ddl b/tools/testfiles/tnestcomp-1.ddl index 92590f3..5c91726 100644 --- a/tools/testfiles/tnestcomp-1.ddl +++ b/tools/testfiles/tnestcomp-1.ddl @@ -14,7 +14,7 @@ GROUP "/" { CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; } "char_name"; - H5T_IEEE_F32LE "array_name"[2]; + H5T_ARRAY [2] of H5T_IEEE_F32LE "array_name"; } "d_name"; } DATASPACE { SIMPLE ( 10 ) / ( 10 ) } |