summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tsaf.ddl
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-11-09 21:49:01 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-11-09 21:49:01 (GMT)
commit2ce142b6eeee804f927f3a3e21531c68dbb4309f (patch)
tree2f5c3320a9aa3f6872f41fccf0e7f6680bb94afc /tools/testfiles/tsaf.ddl
parent3499de1b5302d739c5593724d4d7d10f9f23b039 (diff)
downloadhdf5-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/tsaf.ddl')
-rw-r--r--tools/testfiles/tsaf.ddl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tsaf.ddl b/tools/testfiles/tsaf.ddl
index 04233a2..384b101 100644
--- a/tools/testfiles/tsaf.ddl
+++ b/tools/testfiles/tsaf.ddl
@@ -1569,13 +1569,13 @@ GROUP "/" {
DATATYPE {
H5T_STD_I32BE "ndims";
{
- H5T_STD_I32BE "_"[8];
+ H5T_ARRAY [8] of H5T_STD_I32BE "_";
} "origins";
{
- H5T_STD_I32BE "_"[8];
+ H5T_ARRAY [8] of H5T_STD_I32BE "_";
} "sizes";
{
- H5T_STD_I32BE "_"[8];
+ H5T_ARRAY [8] of H5T_STD_I32BE "_";
} "order";
H5T_ENUM
{ H5T_STD_I32BE;
@@ -2318,7 +2318,7 @@ GROUP "/" {
"UNKNOWN" -4;
} "srole";
{
- H5T_STD_I32BE "_"[16];
+ H5T_ARRAY [16] of H5T_STD_I32BE "_";
} "coll_ids";
H5T_STD_I32BE "is_top";
H5T_STD_I32BE "is_extendible";