Purpose:
Fix bugs in XML output of dumper
Description:
Incorrect XML was produced.
Solution:
Do the right thing. See diffs in test files.
Platforms tested:
Solaris.
Code Update
Description:
Ported change from the 1.5 branch to the 1.4 branch where all HDF5
include files are in quotes instead of angle brackets:
#include "hdf5_file.h"
instead of
#include <hdf5_file.h>
Platforms tested:
Linux
Bug Fix
Description:
Stride flag was checked as being -T instead of -S as it should be...
Solution:
Changed to check -S instead of -T.
Platforms tested:
Linux