1 2 3 4 5 6 7 8 9 10 11 12
#ifndef CHECK_H5_ERROR_H #define CHECK_H5_ERROR_H #include <hdf5.h> /* * Handle errors from the HDF5 API. */ void check_h5_error (herr_t status, const char *filename, unsigned int linenum); #endif // CHECK_H5_ERROR_H
Copyright © 2009 Don Pellegrino All Rights Reserved.