#include "check_h5_error.h" #include #include void check_h5_error (herr_t status, const char *filename, unsigned int linenum) { error_at_line (EXIT_FAILURE, 0, filename, linenum, "An error has been reported by the HDF5 API."); return; }