diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-08-11 22:45:42 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-08-11 22:45:42 (GMT) |
commit | 39da36afe56ee6627892bc0e31c0b0694f4b5a64 (patch) | |
tree | 959f0c50b8daad3ecd2f01af8933b35952b6e2a9 /test/family_v1.6_00002.h5 | |
parent | cf377ac318fe294d3ebcd20457c7c954bb083b0d (diff) | |
download | hdf5-39da36afe56ee6627892bc0e31c0b0694f4b5a64.zip hdf5-39da36afe56ee6627892bc0e31c0b0694f4b5a64.tar.gz hdf5-39da36afe56ee6627892bc0e31c0b0694f4b5a64.tar.bz2 |
[svn-r11233] Purpose: Bug fix
Description: In the macro H5T_CONV_Xx_CORE definition, one line said
"} else if (*((ST*)S) < (D_MIN)) {". It caused problem on TFLOPS because
it defines LLONG_MIN as a hexadecimal value instead of decimal value.
Solution: Changed the line to "} else if (*((ST*)S) < (DT)(D_MIN)) {" to
avoid the problem. (Need to change other similar places when time permits.)
Platforms tested: fuss - simple change.
Diffstat (limited to 'test/family_v1.6_00002.h5')
0 files changed, 0 insertions, 0 deletions