From 5979a990c09204575653cde62ab74e13e008757e Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 14 Dec 2000 11:35:41 -0500 Subject: [svn-r3139] Purpose: Bug Fix Description: Re-generated h5ls output which contained floating point numbers. Platforms tested: FreeBSD 4.2 (hawkwind) --- tools/testfiles/tall-2.ls | 10 +++------- tools/testfiles/tcomp-1.ls | 6 ++---- tools/testfiles/tvldtypes1.ls | 3 +-- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/tools/testfiles/tall-2.ls b/tools/testfiles/tall-2.ls index 5a53692..136ffbe 100644 --- a/tools/testfiles/tall-2.ls +++ b/tools/testfiles/tall-2.ls @@ -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 diff --git a/tools/testfiles/tcomp-1.ls b/tools/testfiles/tcomp-1.ls index 2b265b1..c26f616 100644 --- a/tools/testfiles/tcomp-1.ls +++ b/tools/testfiles/tcomp-1.ls @@ -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 diff --git a/tools/testfiles/tvldtypes1.ls b/tools/testfiles/tvldtypes1.ls index a8e3ee9..255e1f9 100644 --- a/tools/testfiles/tvldtypes1.ls +++ b/tools/testfiles/tvldtypes1.ls @@ -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, -- cgit v0.12