diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-12-14 16:35:41 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-12-14 16:35:41 (GMT) |
commit | 5979a990c09204575653cde62ab74e13e008757e (patch) | |
tree | 5f6ce7982c15e26f1dec5f37f325e8fd23399cf2 /tools/testfiles/tcomp-1.ls | |
parent | 10c6d6d500ec4188862f408ee0a414bd3fc61374 (diff) | |
download | hdf5-5979a990c09204575653cde62ab74e13e008757e.zip hdf5-5979a990c09204575653cde62ab74e13e008757e.tar.gz hdf5-5979a990c09204575653cde62ab74e13e008757e.tar.bz2 |
[svn-r3139] Purpose:
Bug Fix
Description:
Re-generated h5ls output which contained floating point numbers.
Platforms tested:
FreeBSD 4.2 (hawkwind)
Diffstat (limited to 'tools/testfiles/tcomp-1.ls')
-rw-r--r-- | tools/testfiles/tcomp-1.ls | 6 |
1 files changed, 2 insertions, 4 deletions
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 |