summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tindicessub4.ddl
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-02-15 19:28:48 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-02-15 19:28:48 (GMT)
commitbb294c2b1e729a1af032e305df3422bf264b1c01 (patch)
tree66c2d1cee3cb2546518191f917069dc4232da65e /tools/testfiles/tindicessub4.ddl
parent23a80ac554229f2f0163f1a92a02b921bb6c5e29 (diff)
downloadhdf5-bb294c2b1e729a1af032e305df3422bf264b1c01.zip
hdf5-bb294c2b1e729a1af032e305df3422bf264b1c01.tar.gz
hdf5-bb294c2b1e729a1af032e305df3422bf264b1c01.tar.bz2
[svn-r20108] Purpose:
Fixing Bug 2092 - h5dump does not display index for a dataset Description: h5dump skip displaying array indices every certain number when the array type dataset is relatively big. The certain number varies according to the size of each array. This checkin fix the skipping array indices problem. This fix also correct indentation of the dataset data output. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Diffstat (limited to 'tools/testfiles/tindicessub4.ddl')
-rw-r--r--tools/testfiles/tindicessub4.ddl46
1 files changed, 23 insertions, 23 deletions
diff --git a/tools/testfiles/tindicessub4.ddl b/tools/testfiles/tindicessub4.ddl
index a57bee6..273e396 100644
--- a/tools/testfiles/tindicessub4.ddl
+++ b/tools/testfiles/tindicessub4.ddl
@@ -12,29 +12,29 @@ DATASET "4d" {
BLOCK ( 1, 1, 2, 2 );
DATA {
(0,0,1,2): 12, 13, 15, 16,
- (0,0,2,2): 22, 23, 25, 26,
- (0,0,4,2): 42, 43, 45, 46,
- (0,0,5,2): 52, 53, 55, 56,
- (0,0,7,2): 72, 73, 75, 76,
- (0,0,8,2): 82, 83, 85, 86
- (0,1,1,2): 112, 113, 115, 116,
- (0,1,2,2): 122, 123, 125, 126,
- (0,1,4,2): 142, 143, 145, 146,
- (0,1,5,2): 152, 153, 155, 156,
- (0,1,7,2): 172, 173, 175, 176,
- (0,1,8,2): 182, 183, 185, 186
- (1,0,1,2): 212, 213, 215, 216,
- (1,0,2,2): 222, 223, 225, 226,
- (1,0,4,2): 242, 243, 245, 246,
- (1,0,5,2): 252, 253, 255, 256,
- (1,0,7,2): 272, 273, 275, 276,
- (1,0,8,2): 282, 283, 285, 286
- (1,1,1,2): 312, 313, 315, 316,
- (1,1,2,2): 322, 323, 325, 326,
- (1,1,4,2): 342, 343, 345, 346,
- (1,1,5,2): 352, 353, 355, 356,
- (1,1,7,2): 372, 373, 375, 376,
- (1,1,8,2): 382, 383, 385, 386
+ (0,0,2,2): 22, 23, 25, 26,
+ (0,0,4,2): 42, 43, 45, 46,
+ (0,0,5,2): 52, 53, 55, 56,
+ (0,0,7,2): 72, 73, 75, 76,
+ (0,0,8,2): 82, 83, 85, 86
+ (0,1,1,2): 112, 113, 115, 116,
+ (0,1,2,2): 122, 123, 125, 126,
+ (0,1,4,2): 142, 143, 145, 146,
+ (0,1,5,2): 152, 153, 155, 156,
+ (0,1,7,2): 172, 173, 175, 176,
+ (0,1,8,2): 182, 183, 185, 186
+ (1,0,1,2): 212, 213, 215, 216,
+ (1,0,2,2): 222, 223, 225, 226,
+ (1,0,4,2): 242, 243, 245, 246,
+ (1,0,5,2): 252, 253, 255, 256,
+ (1,0,7,2): 272, 273, 275, 276,
+ (1,0,8,2): 282, 283, 285, 286
+ (1,1,1,2): 312, 313, 315, 316,
+ (1,1,2,2): 322, 323, 325, 326,
+ (1,1,4,2): 342, 343, 345, 346,
+ (1,1,5,2): 352, 353, 355, 356,
+ (1,1,7,2): 372, 373, 375, 376,
+ (1,1,8,2): 382, 383, 385, 386
}
}
}