mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
0c70d84368
Purpose: fixing output format of character array converted from hdf4 vdata. Description: Now one dimensional chactacter array can be outputed as one H5 string instead of string of array before. Solution: modify gen_h5comtype() so that when we detect the datatype is hdf5 string, we will merge hdf4 fieldorder into H5T string size and output the whole character array into hdf5 string(with string size = size of the array length). Platforms tested: eirene(LINUX), arabica(sun 5.6) |
||
---|---|---|
.. | ||
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 |