Changed the data file names to use a suffix of .h5 (was .h5f).
These allow them to be cleaned like other temporary files.
Platforms tested:
modi4 (pp, -64)
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