summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tarray3.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/tarray3.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/tarray3.ddl')
-rw-r--r--tools/testfiles/tarray3.ddl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tarray3.ddl b/tools/testfiles/tarray3.ddl
index 24a9809..431c886 100644
--- a/tools/testfiles/tarray3.ddl
+++ b/tools/testfiles/tarray3.ddl
@@ -7,7 +7,7 @@ GROUP "/" {
DATATYPE H5T_ARRAY { [4] H5T_ARRAY { [6][3] H5T_STD_I32LE } }
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
DATA {
- (0) [ [ 0, 1, 2,
+ (0), [ [ 0, 1, 2,
%s 10, 11, 12,
%s 20, 21, 22,
%s 30, 31, 32,
@@ -28,7 +28,7 @@ GROUP "/" {
%s 330, 331, 332,
%s 340, 341, 342,
%s 350, 351, 352 ] ],
- (1) [ [ 1000, 1001, 1002,
+ (1), [ [ 1000, 1001, 1002,
%s 1010, 1011, 1012,
%s 1020, 1021, 1022,
%s 1030, 1031, 1032,
@@ -49,7 +49,7 @@ GROUP "/" {
%s 1330, 1331, 1332,
%s 1340, 1341, 1342,
%s 1350, 1351, 1352 ] ],
- (2) [ [ 2000, 2001, 2002,
+ (2), [ [ 2000, 2001, 2002,
%s 2010, 2011, 2012,
%s 2020, 2021, 2022,
%s 2030, 2031, 2032,
@@ -70,7 +70,7 @@ GROUP "/" {
%s 2330, 2331, 2332,
%s 2340, 2341, 2342,
%s 2350, 2351, 2352 ] ],
- (3) [ [ 3000, 3001, 3002,
+ (3), [ [ 3000, 3001, 3002,
%s 3010, 3011, 3012,
%s 3020, 3021, 3022,
%s 3030, 3031, 3032,