diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-05-10 19:38:57 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-05-10 19:38:57 (GMT) |
commit | f2c1d0e16263a61ad9fd841abe0e63268b3e5b03 (patch) | |
tree | 897989b8dd4a24663af9d3fe85e5055260590209 /tools/h5diff/h5difftst.c | |
parent | 7d9c86097afb9a00b8f37503b435091ff5aef07e (diff) | |
download | hdf5-f2c1d0e16263a61ad9fd841abe0e63268b3e5b03.zip hdf5-f2c1d0e16263a61ad9fd841abe0e63268b3e5b03.tar.gz hdf5-f2c1d0e16263a61ad9fd841abe0e63268b3e5b03.tar.bz2 |
[svn-r6844] Purpose:
bug fix
Description:
datasets with different storage datatypes where not read to memory to same size types
Solution:
obtain the memory type and size, for the TWO datasets ,
with the "fixtype" function
"upgrade" the smaller size to the larger if they are different
added H5DIFF_DEBUG flag for print information
Platforms tested:
Linux 2.4 (rockaway)
SunOS 5.7 (arabica, 64bit mode)
IRIX 6.5 (modi4)
Misc. update:
Diffstat (limited to 'tools/h5diff/h5difftst.c')
-rw-r--r-- | tools/h5diff/h5difftst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/h5difftst.c b/tools/h5diff/h5difftst.c index 714055e..f235bfc 100644 --- a/tools/h5diff/h5difftst.c +++ b/tools/h5diff/h5difftst.c @@ -742,7 +742,7 @@ int do_test_files(void) /*------------------------------------------------------------------------- * Test 2.4 - * Check H5T_NATIVE_LONG data + * Check H5T_NATIVE_DOUBLE data *------------------------------------------------------------------------- */ |