summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2005-02-15 18:39:30 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2005-02-15 18:39:30 (GMT)
commit182c3fe08d9fcb90f84f0e9aeb257109fb4ab3cc (patch)
treee527123722dc14f5753a9f9cd644f52169e8ce4b /tools/h5repack/h5repack.h
parentee61bd3c0f137d62a869fe408fdcfa5ef0d393cd (diff)
downloadhdf5-182c3fe08d9fcb90f84f0e9aeb257109fb4ab3cc.zip
hdf5-182c3fe08d9fcb90f84f0e9aeb257109fb4ab3cc.tar.gz
hdf5-182c3fe08d9fcb90f84f0e9aeb257109fb4ab3cc.tar.bz2
[svn-r10008] Purpose: Bug fix
Description: When hardware conversion between "long double" and integers was added to the library, the "double" used in H5T_CONV_Fx and H5T_CONV_xF for alignment wasn't big enough for "long double". New macros H5T_CONV_Lx and H5T_CONV_xL were added to use "long double" for alignment. But later it's found out the new macros were not necessary. Solution: Took out the new macros H5T_CONV_Lx and H5T_CONV_xL; change the "double" to "long double" for alignment in H5T_CONV_Fx and H5T_CONV_xF. Platforms tested: h5committest
Diffstat (limited to 'tools/h5repack/h5repack.h')
0 files changed, 0 insertions, 0 deletions