diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-28 14:29:20 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-28 14:29:20 (GMT) |
commit | ba717ead8b4344b6b4a1836e31be55f219ced407 (patch) | |
tree | 9aad828ff705ea60eaaab8670689c468490d4564 /tools/testfiles/tnestcomp-1.ddl | |
parent | 52d1e37e8f5861820b0545f40f5233cf73998f9e (diff) | |
download | hdf5-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/tnestcomp-1.ddl')
-rw-r--r-- | tools/testfiles/tnestcomp-1.ddl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/testfiles/tnestcomp-1.ddl b/tools/testfiles/tnestcomp-1.ddl index ed3b0e7..6bda721 100644 --- a/tools/testfiles/tnestcomp-1.ddl +++ b/tools/testfiles/tnestcomp-1.ddl @@ -20,7 +20,7 @@ GROUP "/" { } DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { - (0) { + (0), { 0, 0, 1, @@ -29,7 +29,7 @@ GROUP "/" { [ -100, 100 ] } }, - (1) { + (1), { 1, 1, 0.5, @@ -38,7 +38,7 @@ GROUP "/" { [ -100, 100 ] } }, - (2) { + (2), { 2, 4, 0.333333, @@ -47,7 +47,7 @@ GROUP "/" { [ -100, 100 ] } }, - (3) { + (3), { 3, 9, 0.25, @@ -56,7 +56,7 @@ GROUP "/" { [ -100, 100 ] } }, - (4) { + (4), { 4, 16, 0.2, @@ -65,7 +65,7 @@ GROUP "/" { [ -100, 100 ] } }, - (5) { + (5), { 5, 25, 0.166667, @@ -74,7 +74,7 @@ GROUP "/" { [ -100, 100 ] } }, - (6) { + (6), { 6, 36, 0.142857, @@ -83,7 +83,7 @@ GROUP "/" { [ -100, 100 ] } }, - (7) { + (7), { 7, 49, 0.125, @@ -92,7 +92,7 @@ GROUP "/" { [ -100, 100 ] } }, - (8) { + (8), { 8, 64, 0.111111, @@ -101,7 +101,7 @@ GROUP "/" { [ -100, 100 ] } }, - (9) { + (9), { 9, 81, 0.1, |