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/h5diff/h5diffgentest.c | |
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/h5diff/h5diffgentest.c')
-rw-r--r-- | tools/h5diff/h5diffgentest.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/h5diff/h5diffgentest.c b/tools/h5diff/h5diffgentest.c index 7d9add7..b713e9f 100644 --- a/tools/h5diff/h5diffgentest.c +++ b/tools/h5diff/h5diffgentest.c @@ -259,6 +259,23 @@ int test_basic(const char *fname1, const char *fname2, const char *fname3) } +#if H5_SIZEOF_LONG_DOUBLE !=0 + { + + /*------------------------------------------------------------------------- + * H5T_NATIVE_LDOUBLE + *------------------------------------------------------------------------- + */ + + long double data15[3][2] ={{1,1},{1,1},{1,1}}; + + write_dset(gid1,2,dims2,"ld",H5T_NATIVE_LDOUBLE,data15); + + } +#endif + + + /*------------------------------------------------------------------------- * NaNs in H5T_NATIVE_FLOAT *------------------------------------------------------------------------- |