Albert Cheng 375e1d4d77 [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.
2000-09-30 12:27:18 -05:00
..
2000-09-28 15:53:04 -05:00
2000-09-19 12:04:46 -05:00
2000-09-28 15:51:45 -05:00
2000-09-28 15:51:45 -05:00
2000-09-28 15:51:45 -05:00
2000-09-28 15:51:45 -05:00
2000-09-28 15:51:45 -05:00
2000-09-28 15:51:45 -05:00
2000-09-28 15:51:45 -05:00
2000-09-28 15:51:45 -05:00
2000-09-28 15:51:45 -05:00
2000-09-28 15:51:45 -05:00
2000-09-30 12:27:18 -05:00
2000-09-29 22:31:08 -05:00
2000-09-19 16:08:15 -05:00
2000-03-06 18:02:40 -05:00
2000-09-30 12:27:18 -05:00
2000-09-30 12:27:18 -05:00
2000-09-28 15:46:31 -05:00
2000-05-18 11:40:20 -05:00
2000-09-30 11:16:47 -05:00
1999-10-29 21:30:42 -05:00