diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-13 21:17:58 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-13 21:17:58 (GMT) |
commit | b11eb7f4f2bd7c2755fe2a9a2031e28fd8782035 (patch) | |
tree | 1e7c94180276aee31b4cfa27c38ee9204248d0d1 /test | |
parent | 7c354e2d8bf2a531217ef13b02a074ec1a1e9c11 (diff) | |
download | hdf5-b11eb7f4f2bd7c2755fe2a9a2031e28fd8782035.zip hdf5-b11eb7f4f2bd7c2755fe2a9a2031e28fd8782035.tar.gz hdf5-b11eb7f4f2bd7c2755fe2a9a2031e28fd8782035.tar.bz2 |
[svn-r8517] *** empty log message ***
Diffstat (limited to 'test')
-rw-r--r-- | test/dtypes.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/test/dtypes.c b/test/dtypes.c index fa946c5..b6cf536 100644 --- a/test/dtypes.c +++ b/test/dtypes.c @@ -4410,7 +4410,7 @@ test_conv_int_float(const char *name, hid_t src, hid_t dst) break; if (k==dst_size) continue; /*no error*/ - + /* * Convert the source and destination values to little endian * order so we can use the HDF5 bit vector operations to test @@ -5675,10 +5675,9 @@ run_float_int_conv(const char *name) #endif #if H5_SIZEOF_LONG_LONG!=H5_SIZEOF_LONG - nerrors += test_conv_int_float(name, H5T_NATIVE_FLOAT, H5T_NATIVE_LLONG); + /*nerrors += test_conv_int_float(name, H5T_NATIVE_FLOAT, H5T_NATIVE_LLONG); nerrors += test_conv_int_float(name, H5T_NATIVE_DOUBLE, H5T_NATIVE_LLONG); - - + */ #ifdef H5_FP_TO_ULLONG_RIGHT_MAXIMUM nerrors += test_conv_int_float(name, H5T_NATIVE_FLOAT, H5T_NATIVE_ULLONG); nerrors += test_conv_int_float(name, H5T_NATIVE_DOUBLE, H5T_NATIVE_ULLONG); @@ -5778,7 +5777,7 @@ main(void) /* Test hardware integer-float conversion functions */ nerrors += run_int_float_conv("hw"); - + /* Test hardware float-integer conversion functions */ nerrors += run_float_int_conv("hw"); |