diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2000-10-12 22:47:38 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2000-10-12 22:47:38 (GMT) |
commit | 8abdfea352aaebde90c67e4c0657ef866caaab79 (patch) | |
tree | d47612916b6ba2951e2046c8ab324a6a63686080 /tools/h4toh5main.c | |
parent | c23193d9de5ba54f166fb468c535c08ed8dc835f (diff) | |
download | hdf5-8abdfea352aaebde90c67e4c0657ef866caaab79.zip hdf5-8abdfea352aaebde90c67e4c0657ef866caaab79.tar.gz hdf5-8abdfea352aaebde90c67e4c0657ef866caaab79.tar.bz2 |
[svn-r2674]
Purpose:
1. fix size of dimensional name list so that the size of dimensional name in dumper output
will not change because of different versions of hdf library(h4toh5util.h and h4toh5sds.c).
2. fix bzero routine for windows platform(h4toh5util.h,h4toh5util.c,h4toh5anno.c,h4toh5main.c,
h4toh5sds.c)
Description:
1. change the MAX_DIM_NAME into 276(MAX_NC_NAME +dimension group name) and hopefully we will
not expand the size of MAX_NC_NAME(currently 256) for a long time.
2. create a new routine(h4toh5_ZeroMemory) to zero out memory. Use ZeroMemory in windows and
bzero at UNIX.
Solution:
see Description.
Platforms tested:
LINUX(eirene),WINDOWS 2000, sun 5.6(baldric and arabica),HP-UX11(opus),DEC(gondolin),IRIX 6.5(paz).
Diffstat (limited to 'tools/h4toh5main.c')
0 files changed, 0 insertions, 0 deletions