diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-29 17:50:04 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-29 17:50:04 (GMT) |
commit | 1e6d66909c4d3ff327193460b645113422ad4c29 (patch) | |
tree | ced253b6be4c2726ac7ff1bf05958b219746b3c0 /tools/testfiles/tall-5s.ddl | |
parent | 3ee761cfa8f3a47cdd05d649f414a63336e063ec (diff) | |
download | hdf5-1e6d66909c4d3ff327193460b645113422ad4c29.zip hdf5-1e6d66909c4d3ff327193460b645113422ad4c29.tar.gz hdf5-1e6d66909c4d3ff327193460b645113422ad4c29.tar.bz2 |
[svn-r8759] Purpose:
h5dump new feature
Description:
added the dump of unamed datatypes for the file contents
added a colon as separator for the indices array option
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'tools/testfiles/tall-5s.ddl')
-rw-r--r-- | tools/testfiles/tall-5s.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tall-5s.ddl b/tools/testfiles/tall-5s.ddl index d4fd583..4b1fb8a 100644 --- a/tools/testfiles/tall-5s.ddl +++ b/tools/testfiles/tall-5s.ddl @@ -11,7 +11,7 @@ DATASET "/g1/g1.1/dset1.1.2" { COUNT ( 10 ); BLOCK ( 1 ); DATA { - (0), 0, 2, 4, 6, 8, 10, 12, 14, 16, 18 + (0): 0, 2, 4, 6, 8, 10, 12, 14, 16, 18 } } } |