[svn-r15977] merge rev 15866 from 1.8 branch into trunk (diffs for unsigned long long)

tested: windows, linux
This commit is contained in:
Pedro Vicente Nunes
2008-10-28 14:13:42 -05:00
parent ab2de0d63c
commit b7dc9a06b3
5 changed files with 890 additions and 457 deletions

View File

@@ -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
*-------------------------------------------------------------------------