diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-29 17:42:09 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-29 17:42:09 (GMT) |
commit | d4eec2cb073e4e9f02ca990cbd93480e526a130e (patch) | |
tree | 41fceceb69736cd18354a986d2d34544b55c4ffc /tools/testfiles/tarray2.ddl | |
parent | 3edde57e73c43474ee146b0c8073fba4eafe9e34 (diff) | |
download | hdf5-d4eec2cb073e4e9f02ca990cbd93480e526a130e.zip hdf5-d4eec2cb073e4e9f02ca990cbd93480e526a130e.tar.gz hdf5-d4eec2cb073e4e9f02ca990cbd93480e526a130e.tar.bz2 |
[svn-r8758] Purpose:
h5dump new feature, bug fix
Description:
added the dump of unmamed types to the file contents
fixed a bug in the type array, it was printing invalid characters with the array indices option on
Solution:
Platforms tested:
linux
AIX
solaris
Misc. update:
Diffstat (limited to 'tools/testfiles/tarray2.ddl')
-rw-r--r-- | tools/testfiles/tarray2.ddl | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/tools/testfiles/tarray2.ddl b/tools/testfiles/tarray2.ddl index c0c0d10..af56d9f 100644 --- a/tools/testfiles/tarray2.ddl +++ b/tools/testfiles/tarray2.ddl @@ -7,54 +7,54 @@ GROUP "/" { DATATYPE H5T_ARRAY { [3][4][5] H5T_STD_I32LE } DATASPACE SIMPLE { ( 4 ) / ( 4 ) } DATA { - (0), [ 0, 1, 2, 3, 4, - %s 10, 11, 12, 13, 14, - %s 20, 21, 22, 23, 24, - %s 30, 31, 32, 33, 34, - %s 100, 101, 102, 103, 104, - %s 110, 111, 112, 113, 114, - %s 120, 121, 122, 123, 124, - %s 130, 131, 132, 133, 134, - %s 200, 201, 202, 203, 204, - %s 210, 211, 212, 213, 214, - %s 220, 221, 222, 223, 224, - %s 230, 231, 232, 233, 234 ], - (1), [ 1000, 1001, 1002, 1003, 1004, - %s 1010, 1011, 1012, 1013, 1014, - %s 1020, 1021, 1022, 1023, 1024, - %s 1030, 1031, 1032, 1033, 1034, - %s 1100, 1101, 1102, 1103, 1104, - %s 1110, 1111, 1112, 1113, 1114, - %s 1120, 1121, 1122, 1123, 1124, - %s 1130, 1131, 1132, 1133, 1134, - %s 1200, 1201, 1202, 1203, 1204, - %s 1210, 1211, 1212, 1213, 1214, - %s 1220, 1221, 1222, 1223, 1224, - %s 1230, 1231, 1232, 1233, 1234 ], - (2), [ 2000, 2001, 2002, 2003, 2004, - %s 2010, 2011, 2012, 2013, 2014, - %s 2020, 2021, 2022, 2023, 2024, - %s 2030, 2031, 2032, 2033, 2034, - %s 2100, 2101, 2102, 2103, 2104, - %s 2110, 2111, 2112, 2113, 2114, - %s 2120, 2121, 2122, 2123, 2124, - %s 2130, 2131, 2132, 2133, 2134, - %s 2200, 2201, 2202, 2203, 2204, - %s 2210, 2211, 2212, 2213, 2214, - %s 2220, 2221, 2222, 2223, 2224, - %s 2230, 2231, 2232, 2233, 2234 ], - (3), [ 3000, 3001, 3002, 3003, 3004, - %s 3010, 3011, 3012, 3013, 3014, - %s 3020, 3021, 3022, 3023, 3024, - %s 3030, 3031, 3032, 3033, 3034, - %s 3100, 3101, 3102, 3103, 3104, - %s 3110, 3111, 3112, 3113, 3114, - %s 3120, 3121, 3122, 3123, 3124, - %s 3130, 3131, 3132, 3133, 3134, - %s 3200, 3201, 3202, 3203, 3204, - %s 3210, 3211, 3212, 3213, 3214, - %s 3220, 3221, 3222, 3223, 3224, - %s 3230, 3231, 3232, 3233, 3234 ] + (0): [ 0, 1, 2, 3, 4, + 10, 11, 12, 13, 14, + 20, 21, 22, 23, 24, + 30, 31, 32, 33, 34, + 100, 101, 102, 103, 104, + 110, 111, 112, 113, 114, + 120, 121, 122, 123, 124, + 130, 131, 132, 133, 134, + 200, 201, 202, 203, 204, + 210, 211, 212, 213, 214, + 220, 221, 222, 223, 224, + 230, 231, 232, 233, 234 ], + (1): [ 1000, 1001, 1002, 1003, 1004, + 1010, 1011, 1012, 1013, 1014, + 1020, 1021, 1022, 1023, 1024, + 1030, 1031, 1032, 1033, 1034, + 1100, 1101, 1102, 1103, 1104, + 1110, 1111, 1112, 1113, 1114, + 1120, 1121, 1122, 1123, 1124, + 1130, 1131, 1132, 1133, 1134, + 1200, 1201, 1202, 1203, 1204, + 1210, 1211, 1212, 1213, 1214, + 1220, 1221, 1222, 1223, 1224, + 1230, 1231, 1232, 1233, 1234 ], + (2): [ 2000, 2001, 2002, 2003, 2004, + 2010, 2011, 2012, 2013, 2014, + 2020, 2021, 2022, 2023, 2024, + 2030, 2031, 2032, 2033, 2034, + 2100, 2101, 2102, 2103, 2104, + 2110, 2111, 2112, 2113, 2114, + 2120, 2121, 2122, 2123, 2124, + 2130, 2131, 2132, 2133, 2134, + 2200, 2201, 2202, 2203, 2204, + 2210, 2211, 2212, 2213, 2214, + 2220, 2221, 2222, 2223, 2224, + 2230, 2231, 2232, 2233, 2234 ], + (3): [ 3000, 3001, 3002, 3003, 3004, + 3010, 3011, 3012, 3013, 3014, + 3020, 3021, 3022, 3023, 3024, + 3030, 3031, 3032, 3033, 3034, + 3100, 3101, 3102, 3103, 3104, + 3110, 3111, 3112, 3113, 3114, + 3120, 3121, 3122, 3123, 3124, + 3130, 3131, 3132, 3133, 3134, + 3200, 3201, 3202, 3203, 3204, + 3210, 3211, 3212, 3213, 3214, + 3220, 3221, 3222, 3223, 3224, + 3230, 3231, 3232, 3233, 3234 ] } } } |