diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-09-07 16:41:59 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-09-07 16:41:59 (GMT) |
commit | 0424d72fc14dd0e919f44717ba9ab747679a750f (patch) | |
tree | 90eb48f87a9c15bbb97cc88618ac87e1d784ce9d /src/H5FPserver.c | |
parent | cfd312161f2df11295c9fd1d05e87e00045ebfe7 (diff) | |
download | hdf5-0424d72fc14dd0e919f44717ba9ab747679a750f.zip hdf5-0424d72fc14dd0e919f44717ba9ab747679a750f.tar.gz hdf5-0424d72fc14dd0e919f44717ba9ab747679a750f.tar.bz2 |
[svn-r9212] Purpose:
bug fix
Description:
on the Cray SV1 an INT type was wrongly converted to a SHORT type
by the get_native_integer function
Choose the type based on the precision; this is to support cases
like the Cray SV1, where the size of short is 8 but precision is 32
(e.g an INT (size 8, prec 64) would be converted to a SHORT
(size 8, prec 32) if the size was the deciding factor)
Solution:
Platforms tested:
linux
solaris
aix
Misc. update:
Diffstat (limited to 'src/H5FPserver.c')
0 files changed, 0 insertions, 0 deletions