diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-28 19:13:42 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-28 19:13:42 (GMT) |
commit | b7dc9a06b3444fe91cbbe40b6ae09848c4ad8a86 (patch) | |
tree | b52e0b8f0bfa36a1de10857dfa15a684fe7c0092 /tools/lib/h5diff.h | |
parent | ab2de0d63c5b52af285b44daece19cbca6228f2f (diff) | |
download | hdf5-b7dc9a06b3444fe91cbbe40b6ae09848c4ad8a86.zip hdf5-b7dc9a06b3444fe91cbbe40b6ae09848c4ad8a86.tar.gz hdf5-b7dc9a06b3444fe91cbbe40b6ae09848c4ad8a86.tar.bz2 |
[svn-r15977] merge rev 15866 from 1.8 branch into trunk (diffs for unsigned long long)
tested: windows, linux
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r-- | tools/lib/h5diff.h | 39 |
1 files changed, 28 insertions, 11 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h index d12031a..4b1a892 100644 --- a/tools/lib/h5diff.h +++ b/tools/lib/h5diff.h @@ -192,17 +192,34 @@ hsize_t diff_float(unsigned char *mem1, int *ph); hsize_t diff_double(unsigned char *mem1, - unsigned char *mem2, - hsize_t nelmts, - hsize_t hyper_start, - int rank, - hsize_t *dims, - hsize_t *acc, - hsize_t *pos, - diff_opt_t *options, - const char *obj1, - const char *obj2, - int *ph); + unsigned char *mem2, + hsize_t nelmts, + hsize_t hyper_start, + int rank, + hsize_t *dims, + hsize_t *acc, + hsize_t *pos, + diff_opt_t *options, + const char *obj1, + const char *obj2, + int *ph); + +#if H5_SIZEOF_LONG_DOUBLE !=0 + +hsize_t diff_ldouble(unsigned char *mem1, + unsigned char *mem2, + hsize_t nelmts, + hsize_t hyper_start, + int rank, + hsize_t *dims, + hsize_t *acc, + hsize_t *pos, + diff_opt_t *options, + const char *obj1, + const char *obj2, + int *ph); + +#endif hsize_t diff_schar(unsigned char *mem1, unsigned char *mem2, |