summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tarray2.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-28 14:29:20 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-28 14:29:20 (GMT)
commitba717ead8b4344b6b4a1836e31be55f219ced407 (patch)
tree9aad828ff705ea60eaaab8670689c468490d4564 /tools/testfiles/tarray2.ddl
parent52d1e37e8f5861820b0545f40f5233cf73998f9e (diff)
downloadhdf5-ba717ead8b4344b6b4a1836e31be55f219ced407.zip
hdf5-ba717ead8b4344b6b4a1836e31be55f219ced407.tar.gz
hdf5-ba717ead8b4344b6b4a1836e31be55f219ced407.tar.bz2
[svn-r8749] Purpose:
dumper new features Description: 1) added options for not printing : datasets, groups, datatypes, links 2) added a section for the user block 3) in the traversal routine, added the printing of an arrow for soft links and t he word HARDLINK for hardlinks the print of the file contents is made during traversal , instead of at the e nd of it (this is helpful for very large files, where the wait time can be very long) 4) changed the description of the fill value properties 5) added a colon after the printing of the array indices Solution: Platforms tested: linux AIX solaris Misc. update:
Diffstat (limited to 'tools/testfiles/tarray2.ddl')
-rw-r--r--tools/testfiles/tarray2.ddl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tarray2.ddl b/tools/testfiles/tarray2.ddl
index 167d480..c0c0d10 100644
--- a/tools/testfiles/tarray2.ddl
+++ b/tools/testfiles/tarray2.ddl
@@ -7,7 +7,7 @@ GROUP "/" {
DATATYPE H5T_ARRAY { [3][4][5] H5T_STD_I32LE }
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
DATA {
- (0) [ 0, 1, 2, 3, 4,
+ (0), [ 0, 1, 2, 3, 4,
%s 10, 11, 12, 13, 14,
%s 20, 21, 22, 23, 24,
%s 30, 31, 32, 33, 34,
@@ -19,7 +19,7 @@ GROUP "/" {
%s 210, 211, 212, 213, 214,
%s 220, 221, 222, 223, 224,
%s 230, 231, 232, 233, 234 ],
- (1) [ 1000, 1001, 1002, 1003, 1004,
+ (1), [ 1000, 1001, 1002, 1003, 1004,
%s 1010, 1011, 1012, 1013, 1014,
%s 1020, 1021, 1022, 1023, 1024,
%s 1030, 1031, 1032, 1033, 1034,
@@ -31,7 +31,7 @@ GROUP "/" {
%s 1210, 1211, 1212, 1213, 1214,
%s 1220, 1221, 1222, 1223, 1224,
%s 1230, 1231, 1232, 1233, 1234 ],
- (2) [ 2000, 2001, 2002, 2003, 2004,
+ (2), [ 2000, 2001, 2002, 2003, 2004,
%s 2010, 2011, 2012, 2013, 2014,
%s 2020, 2021, 2022, 2023, 2024,
%s 2030, 2031, 2032, 2033, 2034,
@@ -43,7 +43,7 @@ GROUP "/" {
%s 2210, 2211, 2212, 2213, 2214,
%s 2220, 2221, 2222, 2223, 2224,
%s 2230, 2231, 2232, 2233, 2234 ],
- (3) [ 3000, 3001, 3002, 3003, 3004,
+ (3), [ 3000, 3001, 3002, 3003, 3004,
%s 3010, 3011, 3012, 3013, 3014,
%s 3020, 3021, 3022, 3023, 3024,
%s 3030, 3031, 3032, 3033, 3034,