#ifndef CHECK_H5_ERROR_H #define CHECK_H5_ERROR_H #include /* * Handle errors from the HDF5 API. */ void check_h5_error (const char *filename, unsigned int linenum); #endif // CHECK_H5_ERROR_H