summaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-09-30 17:27:18 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-09-30 17:27:18 (GMT)
commit375e1d4d7745f7115631901e5a34fdf6755c3658 (patch)
tree0744e2db99b2b21d101403b1a3215d5aa7346c4d /COPYING
parent5e8a177dd825a0b955d8f91b88b18860771311fe (diff)
downloadhdf5-375e1d4d7745f7115631901e5a34fdf6755c3658.zip
hdf5-375e1d4d7745f7115631901e5a34fdf6755c3658.tar.gz
hdf5-375e1d4d7745f7115631901e5a34fdf6755c3658.tar.bz2
[svn-r2626] Purpose:
New Feature Description: Add -o option to h5dumper. It displays the raw data of datasets to a separate output file. Add a feature to h5tools library that it uses the FILE *rawdatastream as the stream for the display of datasets raw data. Solution: Define an "extern FILE *rawdatastream" in h5tools.h and declare it in h5tools.c. This way, it would work even if an application does not explicitely declare it. Tried to initialized it to stdout as FILE *rawdatastream = stdout; but Linux gcc rejected it though all other platforms+compilers accepted it fine. For now, put in a kludge to set it right before it is used. Need a safer way to initialize it. Platforms tested: arabica, eirene, modi4 -64.
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions