summaryrefslogtreecommitdiffstats
path: root/test/dtypes.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-05-13 21:21:58 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-05-13 21:21:58 (GMT)
commita9d354fd9592b44f250eb42efe450e26b7fd0d17 (patch)
tree9bedc7590c61b7ad5efaa076fd108c461a0fddec /test/dtypes.c
parentb11eb7f4f2bd7c2755fe2a9a2031e28fd8782035 (diff)
downloadhdf5-a9d354fd9592b44f250eb42efe450e26b7fd0d17.zip
hdf5-a9d354fd9592b44f250eb42efe450e26b7fd0d17.tar.gz
hdf5-a9d354fd9592b44f250eb42efe450e26b7fd0d17.tar.bz2
[svn-r8518] Purpose: uncomment part of code.
Description: supposed to be there.
Diffstat (limited to 'test/dtypes.c')
-rw-r--r--test/dtypes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index b6cf536..0990e42 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -5675,9 +5675,8 @@ 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);