mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
3cea3093c8
Purpose: 1. fix multiple defination warnings at sgi platform 2. adding chunking information from hdf4 to hdf5 property list. Description: 1. Orginally global varibles were defined at one header file and this header file were included by other .c file and .h file so multiple warnings are generated. 2. Chunking information was not included in the previous version. Solution: 1. use "extern" to define global variables at h4toh5util.h file and define global variables at h4toh5main.c 2. retrieve the chunking info from sdgetchunkinfo and GRgetchunkinfo and store these information into hdf5 property list. Platforms tested: eirene,arabica,paz,gondolin |
||
---|---|---|
.. | ||
testfiles | ||
Dependencies | ||
h4toh5anno.c | ||
h4toh5image.c | ||
h4toh5main.c | ||
h4toh5main.h | ||
h4toh5pal.c | ||
h4toh5sds.c | ||
h4toh5util.c | ||
h4toh5util.h | ||
h4toh5vdata.c | ||
h4toh5vgroup.c | ||
h5debug.c | ||
h5dump.c | ||
h5dump.h | ||
h5dumptst.c | ||
h5import.c | ||
h5ls.c | ||
h5repart.c | ||
h5toh4.c | ||
h5toh4.h | ||
h5tools.c | ||
h5tools.h | ||
Makefile.in | ||
pdb2hdf.c | ||
talign.c | ||
testh4toh5 | ||
testh5dump.sh | ||
testh5toh4 |