1 2 3 4 5 6 7 8 9 10 11 12
#include "check_h5_error.h" #include <error.h> #include <stdlib.h> 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; }
Copyright © 2009 Don Pellegrino All Rights Reserved.