mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r3139] Purpose:
Bug Fix Description: Re-generated h5ls output which contained floating point numbers. Platforms tested: FreeBSD 4.2 (hawkwind)
This commit is contained in:
parent
10c6d6d500
commit
5979a990c0
@ -20,12 +20,8 @@
|
||||
/tall.h5/g2 Group
|
||||
/tall.h5/g2/dset2.1 Dataset {10}
|
||||
Data:
|
||||
(0) 1, 1.10000002384186, 1.20000004768372, 1.29999995231628,
|
||||
(4) 1.39999997615814, 1.5, 1.60000002384186, 1.70000004768372,
|
||||
(8) 1.79999995231628, 1.89999997615814
|
||||
(0) 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9
|
||||
/tall.h5/g2/dset2.2 Dataset {3, 5}
|
||||
Data:
|
||||
(0,0) 0, 0.100000001490116, 0.200000002980232, 0.300000011920929,
|
||||
(0,4) 0.400000005960464, 0, 0.200000002980232, 0.400000005960464,
|
||||
(1,3) 0.600000023841858, 0.800000011920929, 0, 0.300000011920929,
|
||||
(2,2) 0.600000023841858, 0.899999976158142, 1.20000004768372
|
||||
(0,0) 0, 0.1, 0.2, 0.3, 0.4, 0, 0.2, 0.4, 0.6, 0.8, 0, 0.3, 0.6, 0.9,
|
||||
(2,4) 1.2
|
||||
|
@ -8,8 +8,7 @@
|
||||
/tcompound.h5/group1 Group
|
||||
/tcompound.h5/group1/dset2 Dataset {5}
|
||||
Data:
|
||||
(0) {0, 0}, {1, 1.10000002384186}, {2, 2.20000004768372},
|
||||
(3) {3, 3.29999995231628}, {4, 4.40000009536743}
|
||||
(0) {0, 0}, {1, 1.1}, {2, 2.2}, {3, 3.3}, {4, 4.4}
|
||||
/tcompound.h5/group1/dset3 Dataset {3, 6}
|
||||
Data:
|
||||
(0,0) {[0,1,2,3], [1,2,3,4,5,6,2,3,4,5,6,7,3,4,5,6,7,8,4,5,6,7,8,9,5,6,
|
||||
@ -55,7 +54,6 @@
|
||||
/tcompound.h5/group2 Group
|
||||
/tcompound.h5/group2/dset5 Dataset {5}
|
||||
Data:
|
||||
(0) {0, 0}, {1, 0.100000001490116}, {2, 0.200000002980232},
|
||||
(3) {3, 0.300000011920929}, {4, 0.400000005960464}
|
||||
(0) {0, 0}, {1, 0.1}, {2, 0.2}, {3, 0.3}, {4, 0.4}
|
||||
/tcompound.h5/type1 Type
|
||||
/tcompound.h5/type2 Type
|
||||
|
@ -6,8 +6,7 @@
|
||||
(0) (0), (10,11), (20,21,22), (30,31,32,33)
|
||||
/tvldtypes1.h5/Dataset2.0 Dataset {4}
|
||||
Data:
|
||||
(0) (0), (10,10.1000003814697), (20,20.1000003814697,20.2000007629395),
|
||||
(3) (30,30.1000003814697,30.2000007629395,30.2999992370605)
|
||||
(0) (0), (10,10.1), (20,20.1,20.2), (30,30.1,30.2,30.3)
|
||||
/tvldtypes1.h5/Dataset3.0 Dataset {SCALAR}
|
||||
Data:
|
||||
(0) (0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,
|
||||
|
Loading…
Reference in New Issue
Block a user