[svn-r15977] merge rev 15866 from 1.8 branch into trunk (diffs for unsigned long long)
tested: windows, linux
This commit is contained in:
@@ -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
|
||||
*-------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user